Manager for Telegra.ph
Telegraph Authorisation tool
O que é Manager for Telegra.ph?
Manager for Telegra.ph é uma extensão do Chrome desenvolvida por https://andreitazetdinov.com, e sua principal característica é "Telegraph Authorisation tool".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Manager for Telegra.ph
Baixe arquivos de extensão Manager for Telegra.ph no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
Telegraph blogs managing tool If you decided to use Telegraph for your next blog then this tool is absolute must have for you. You can easily auth into telegra.ph blogging system and copy and paste your articles into Telegram channel. No Ads. No data collecting. I made this tool for myself and also for you. Enjoy.
Informações Básicas da Extensão
Nome | |
ID | mkpbnggpapchbnjbgjkanokmdgblcphd |
URL Oficial | https://chromewebstore.google.com/detail/manager-for-telegraph/mkpbnggpapchbnjbgjkanokmdgblcphd |
Descrição | Telegraph Authorisation tool |
Tamanho do Arquivo | 107 KB |
Contagem de Instalações | 238 |
Versão Atual | 1.0.1 |
Última Atualização | 2021-11-17 |
Data de Publicação | 2021-08-15 |
Classificação | 4.00/5 Total de 1 Avaliações |
Desenvolvedor | https://andreitazetdinov.com |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://andreitazetdinov.com/ |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Manager for Telegra.ph", "description": "Telegraph Authorisation tool", "version": "1.0.1", "manifest_version": 2, "icons": { "16": "icons\/text_16.png", "64": "icons\/text_64.png", "128": "icons\/text_128.png" }, "permissions": [ "webRequest", "webRequestBlocking", "storage", "*:\/\/*.telegra.ph\/" ], "background": { "scripts": [ "background.js" ], "persistent": true }, "browser_action": { "default_title": "Bloggers managing tools", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "https:\/\/*.telegra.ph\/*" ], "css": [ "contentStyles.css" ], "js": [ "contentScript.js" ] } ] } |