Manager for Telegra.ph

Telegraph Authorisation tool

Wat is Manager for Telegra.ph?

Manager for Telegra.ph is een Chrome-extensie ontwikkeld door https://andreitazetdinov.com, en de belangrijkste functie is "Telegraph Authorisation tool".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Manager for Telegra.ph

Download Manager for Telegra.ph-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Manager for Telegra.ph Manager for Telegra.ph
ID mkpbnggpapchbnjbgjkanokmdgblcphd
Officiële URL https://chromewebstore.google.com/detail/manager-for-telegraph/mkpbnggpapchbnjbgjkanokmdgblcphd
Beschrijving Telegraph Authorisation tool
Bestandsgrootte 107 KB
Aantal Installaties 238
Huidige Versie 1.0.1
Laatst Bijgewerkt 2021-11-17
Publicatiedatum 2021-08-15
Beoordeling 4.00/5 Totaal 1 Beoordelingen
Ontwikkelaar https://andreitazetdinov.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://andreitazetdinov.com/
Ondersteunde Talen 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"
            ]
        }
    ]
}