TwitchEmotes

Displays Twitch, BetterTTV and FrankerFaceZ emotes on all sites.

TwitchEmotes क्या है?

TwitchEmotes faaf द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Displays Twitch, BetterTTV and FrankerFaceZ emotes on all sites."।

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

screenshot
screenshot
screenshot

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

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