Manager for Telegra.ph

Telegraph Authorisation tool

ما هو Manager for Telegra.ph؟

Manager for Telegra.ph هو إضافة Chrome تم تطويرها بواسطة https://andreitazetdinov.com، والميزة الرئيسية لها هي "Telegraph Authorisation tool".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Manager for Telegra.ph

قم بتنزيل ملفات الامتداد Manager for Telegra.ph بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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.                    

معلومات أساسية عن التمديد

الاسم Manager for Telegra.ph Manager for Telegra.ph
ID mkpbnggpapchbnjbgjkanokmdgblcphd
عنوان URL الرسمي https://chromewebstore.google.com/detail/manager-for-telegraph/mkpbnggpapchbnjbgjkanokmdgblcphd
الوصف Telegraph Authorisation tool
حجم الملف 107 KB
عدد التثبيتات 238
النسخة الحالية 1.0.1
آخر تحديث 2021-11-17
تاريخ النشر 2021-08-15
تقييم 4.00/5 مجموع تقييمات 1
المطور https://andreitazetdinov.com
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://andreitazetdinov.com/
اللغات المدعومة 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"
            ]
        }
    ]
}