TwitchEmotes

Displays Twitch, BetterTTV and FrankerFaceZ emotes on all sites.

ما هو TwitchEmotes؟

TwitchEmotes هو إضافة Chrome تم تطويرها بواسطة faaf، والميزة الرئيسية لها هي "Displays Twitch, BetterTTV and FrankerFaceZ emotes on all sites.".

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

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة TwitchEmotes

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

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

                        This extension replaces Twitch, BetterTTV and FrankerFaceZ emote text with emote images on all sites.
Add your favourite channels from the settings page.
Works everywhere including Twitch live/VOD/clips chat and YouTube chat.

Source Code:
https://github.com/Phineas05/TwitchEmotes                    

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

الاسم TwitchEmotes TwitchEmotes
ID kjjlajpjmldgolobcakncgeoaofcgkom
عنوان URL الرسمي https://chrome.google.com/webstore/detail/twitchemotes/kjjlajpjmldgolobcakncgeoaofcgkom
الوصف Displays Twitch, BetterTTV and FrankerFaceZ emotes on all sites.
حجم الملف 75.39 KB
عدد التثبيتات 40,000
النسخة الحالية 2.11
آخر تحديث 2020-05-27
تاريخ النشر 2020-05-27
تقييم 3.94/5 مجموع تقييمات 16
المطور faaf
نوع الدفع free
موقع الإضافة https://github.com/Phineas05/TwitchEmotes
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "TwitchEmotes",
    "version": "2.11",
    "description": "Displays Twitch, BetterTTV and FrankerFaceZ emotes on all sites.",
    "icons": {
        "128": "icon.png"
    },
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "all_frames": true,
            "match_about_blank": true,
            "js": [
                "jquery-3.3.1.min.js",
                "replacer.js"
            ]
        }
    ],
    "options_page": "settings.html"
}