Emotes Everywhere

Twitch, BTTV & FFZ emotes of your choosing on any site

ما هو Emotes Everywhere؟

Emotes Everywhere هو إضافة Chrome تم تطويرها بواسطة Enzo، والميزة الرئيسية لها هي "Twitch, BTTV & FFZ emotes of your choosing on any site".

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

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Emotes Everywhere

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

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

                        Twitch, BTTV & FFZ emotes of your choosing on any site.

-choose any emote you want it to work with
-whitelist mode to whitelist sites you want it to work with
-blacklist mode to blacklist sites you dont want it to work with

right click icon and click options for settings.

W.I.P                    

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

الاسم Emotes Everywhere Emotes Everywhere
ID bmobkojilggkdhfginkfilecnbnkngha
عنوان URL الرسمي https://chromewebstore.google.com/detail/emotes-everywhere/bmobkojilggkdhfginkfilecnbnkngha
الوصف Twitch, BTTV & FFZ emotes of your choosing on any site
حجم الملف 35.43 KB
عدد التثبيتات 11,147
النسخة الحالية 1.0.1
آخر تحديث 2020-07-28
تاريخ النشر 2020-07-27
المطور Enzo
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Emotes Everywhere",
    "version": "1.0.1",
    "description": "Twitch, BTTV & FFZ emotes of your choosing on any site",
    "icons": {
        "128": "icon128.png",
        "48": "icon48.png",
        "16": "icon16.png"
    },
    "browser_action": {
        "default_icon": "icon16.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage",
        "contextMenus",
        "tabs"
    ],
    "options_page": "options.html",
    "background": {
        "scripts": [
            ".\/js\/contextMenu.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                ".\/js\/content.js"
            ],
            "run_at": "document_idle",
            "all_frames": false
        }
    ],
    "web_accessible_resources": [
        ".\/js\/popup.js",
        ".\/js\/content.js"
    ]
}