dankCircle preloader for Twitch

Replace the twitch default preloader with the dankCircle emote.

ما هو dankCircle preloader for Twitch؟

dankCircle preloader for Twitch هو إضافة Chrome تم تطويرها بواسطة Aiden Wallis، والميزة الرئيسية لها هي "Replace the twitch default preloader with the dankCircle emote.".

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

screenshot

تحميل ملف CRX للإضافة dankCircle preloader for Twitch

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

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

                        Replaces the default twitch.tv sitewide preloader with the dankCircle BetterTTV emote. Fully compatible with any third party extensions, as all this does is inject a few lines of CSS to any Twitch tab on load.                    

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

الاسم dankCircle preloader for Twitch dankCircle preloader for Twitch
ID iedfclphnfdjimgbhjfkcggfclcjnngc
عنوان URL الرسمي https://chromewebstore.google.com/detail/dankcircle-preloader-for/iedfclphnfdjimgbhjfkcggfclcjnngc
الوصف Replace the twitch default preloader with the dankCircle emote.
حجم الملف 59.88 KB
عدد التثبيتات 15
النسخة الحالية 0.0.1
آخر تحديث 2019-01-12
تاريخ النشر 2019-01-12
تقييم 5.00/5 مجموع تقييمات 2
المطور Aiden Wallis
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "dankCircle preloader for Twitch",
    "short_name": "dankCircle",
    "version": "0.0.1",
    "description": "Replace the twitch default preloader with the dankCircle emote.",
    "icons": {
        "48": "images\/pajaDank_48.png",
        "128": "images\/pajaDank_128.png"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "script.js"
            ],
            "matches": [
                "*:\/\/*.twitch.tv\/*"
            ],
            "exclude_globs": [
                "*:\/\/api.twitch.tv\/*"
            ]
        }
    ],
    "permissions": [
        "*:\/\/*.twitch.tv\/*"
    ],
    "web_accessible_resources": [
        "images\/dankCircle.gif"
    ]
}