Emotes Everywhere

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

Emotes Everywhere क्या है?

Emotes Everywhere Enzo द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Twitch, BTTV & FFZ emotes of your choosing on any site"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Emotes Everywhere एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
    ]
}