Trump Toad Extension

It's the Trump Toad Extension!

ما هو Trump Toad Extension؟

Trump Toad Extension هو إضافة Chrome تم تطويرها بواسطة The Daily Show، والميزة الرئيسية لها هي "It's the Trump Toad Extension!".

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

screenshot
screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Trump Toad Extension

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

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

                        We made a browser extension that replaces the "T" in Trump with a mushroom emoji so that you never, ever forget. Enjoy! 

- The Daily Show with Trevor Noah                    

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

الاسم Trump Toad Extension Trump Toad Extension
ID noldliimakaajhekghbemjmknpmjnlam
عنوان URL الرسمي https://chromewebstore.google.com/detail/trump-toad-extension/noldliimakaajhekghbemjmknpmjnlam
الوصف It's the Trump Toad Extension!
حجم الملف 63.67 KB
عدد التثبيتات 448
النسخة الحالية 1.0.6
آخر تحديث 2018-09-20
تاريخ النشر 2018-09-20
تقييم 4.95/5 مجموع تقييمات 20
المطور The Daily Show
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Trump Toad Extension",
    "version": "1.0.6",
    "description": "It's the Trump Toad Extension!",
    "author": "The Daily Show",
    "icons": {
        "128": "\/img\/logo.png"
    },
    "browser_action": {
        "default_popup": "\/pages\/popup\/index.html"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "exclude_matches": [
                "https:\/\/docs.google.com\/*",
                "https:\/\/drive.google.com\/*"
            ],
            "js": [
                "\/js\/content_scripts\/main.js"
            ]
        }
    ],
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "web_accessible_resources": [
        "\/*"
    ]
}