Global Twitch Emotes

Twitch culture wherever you go! This extension replaces all Twitch.tv emote phrases with their actual emoticons.

Global Twitch Emotes क्या है?

Global Twitch Emotes Mo Alawi द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Twitch culture wherever you go! This extension replaces all Twitch.tv emote phrases with their actual emoticons."।

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

screenshot
screenshot
screenshot
screenshot

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

crx प्रारूप में Global Twitch Emotes एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Global Twitch Emotes is a simple extension that scans the webpages you visit and finds and replaces all Twitch.tv emote phrases with their appropriate icons. It supports Kappa, global, subscriber, BetterTTV, and now FrankerFaceZ emotes everywhere!

The extension comes with several features including:

BetterTTV Global and Channel Emotes
FrankerFaceZ Global and Channel Emotes
7TV Global and Channel Emotes
Custom Emote support (add your own emotes!)
Emote Filtering (turn off/on certain unwanted emotes and/or channels)
URL Filtering (prevent GTE from twitch-ifying certain websites)
Support for Twitch.tv Smilies (Robot, Turbo, and Monkey faces)

And more!                    

एक्सटेंशन की मूल जानकारी

नाम Global Twitch Emotes Global Twitch Emotes
ID pgniedifoejifjkndekolimjeclnokkb
आधिकारिक URL https://chromewebstore.google.com/detail/global-twitch-emotes/pgniedifoejifjkndekolimjeclnokkb
विवरण Twitch culture wherever you go! This extension replaces all Twitch.tv emote phrases with their actual emoticons.
फ़ाइल का आकार 418 KB
स्थापना संख्या 169,931
वर्तमान संस्करण 1.5.0
अंतिम अपडेट 2022-02-28
प्रकाशन तिथि 2020-06-15
रेटिंग 4.15/5 कुल 302 रेटिंग्स
डेवलपर Mo Alawi
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://ostrichtools.com/p/GlobalTwitchEmotes
सहायता पृष्ठ URL https://github.com/melalawi/GlobalTwitchEmotes
गोपनीयता नीति पृष्ठ URL https://ostrichtools.com/p/GlobalTwitchEmotes
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Global Twitch Emotes",
    "short_name": "GTE",
    "description": "Twitch culture wherever you go! This extension replaces all Twitch.tv emote phrases with their actual emoticons.",
    "version": "1.5.0",
    "version_name": "1.5.0",
    "background": {
        "persistent": true,
        "page": "popup.html"
    },
    "browser_action": {
        "default_title": "Global Twitch Emotes",
        "default_popup": "popup.html",
        "default_icon": {
            "16": "assets\/images\/logo16.png",
            "19": "assets\/images\/logo19.png",
            "20": "assets\/images\/logo20.png",
            "32": "assets\/images\/logo32.png",
            "38": "assets\/images\/logo38.png",
            "40": "assets\/images\/logo40.png"
        }
    },
    "options_ui": {
        "chrome_style": false,
        "open_in_tab": true,
        "page": "options\/index.html"
    },
    "icons": {
        "16": "assets\/images\/logo16.png",
        "32": "assets\/images\/logo32.png",
        "48": "assets\/images\/logo48.png",
        "64": "assets\/images\/logo64.png",
        "128": "assets\/images\/logo128.png"
    },
    "permissions": [
        "activeTab",
        "http:\/\/*\/",
        "https:\/\/*\/",
        "storage",
        "tabs",
        "unlimitedStorage"
    ],
    "web_accessible_resources": [
        "searchWorker.js"
    ]
}