Rabb.it with Twitch Emotes

Adds 500+ Twitch/BTTV/FFZ emotes to Rabb.it! (Chrome)

ما هو Rabb.it with Twitch Emotes؟

Rabb.it with Twitch Emotes هو إضافة Chrome تم تطويرها بواسطة squabble، والميزة الرئيسية لها هي "Adds 500+ Twitch/BTTV/FFZ emotes to Rabb.it! (Chrome)".

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

screenshot

تحميل ملف CRX للإضافة Rabb.it with Twitch Emotes

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

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

                        Bring the Twitch.tv experience to Rabb.it and feel at home.

*** NOT compatible with new UI - 02/05/2019 ***                    

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

الاسم Rabb.it with Twitch Emotes Rabb.it with Twitch Emotes
ID lajgmieldekphdicpmpenogignloiain
عنوان URL الرسمي https://chrome.google.com/webstore/detail/rabbit-with-twitch-emotes/lajgmieldekphdicpmpenogignloiain
الوصف Adds 500+ Twitch/BTTV/FFZ emotes to Rabb.it! (Chrome)
حجم الملف 13.74 KB
عدد التثبيتات 1,789
النسخة الحالية 0.1.8
آخر تحديث 2019-02-07
تاريخ النشر 2019-02-07
تقييم 5.00/5 مجموع تقييمات 5
المطور squabble
موقع الإضافة https://twitch.tv/lacari
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Rabb.it with Twitch Emotes",
    "description": "Adds 500+ Twitch\/BTTV\/FFZ emotes to Rabb.it! (Chrome)",
    "manifest_version": 2,
    "version": "0.1.8",
    "icons": {
        "16": "img\/icon_16.png",
        "48": "img\/icon_48.png",
        "128": "img\/icon_128.png"
    },
    "permissions": [
        "*:\/\/www.rabb.it\/*",
        "*:\/\/*.lacari.tv\/*",
        "activeTab"
    ],
    "background": {
        "persistent": true,
        "scripts": [
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "128": "img\/icon_128.png",
            "48": "img\/icon_48.png",
            "16": "img\/icon_16.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.rabb.it\/*"
            ],
            "js": [
                "js\/script.js"
            ],
            "run_at": "document_idle",
            "all_frames": false
        }
    ]
}