Manager for Telegra.ph

Telegraph Authorisation tool

Qu'est-ce que Manager for Telegra.ph ?

Manager for Telegra.ph est une extension Chrome développée par https://andreitazetdinov.com, et sa fonction principale est "Telegraph Authorisation tool".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Manager for Telegra.ph

Téléchargez les fichiers d'extension Manager for Telegra.ph au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Manager for Telegra.ph Manager for Telegra.ph
ID mkpbnggpapchbnjbgjkanokmdgblcphd
URL Officiel https://chromewebstore.google.com/detail/manager-for-telegraph/mkpbnggpapchbnjbgjkanokmdgblcphd
Description Telegraph Authorisation tool
Taille du Fichier 107 KB
Nombre d'Installations 238
Version Actuelle 1.0.1
Dernière Mise à Jour 2021-11-17
Date de Publication 2021-08-15
Évaluation 4.00/5 Total 1 Évaluations
Développeur https://andreitazetdinov.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://andreitazetdinov.com/
Langues Prises en Charge 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"
            ]
        }
    ]
}