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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Mo Alawi และคุณลักษณะหลักของมันคือ "Twitch culture wherever you go! This extension replaces all Twitch.tv emote phrases with their actual emoticons."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Global Twitch Emotes

ดาวน์โหลดไฟล์ส่วนขยาย Global Twitch Emotes ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
    ]
}