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에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Twitch culture wherever you go! This extension replaces all Twitch.tv emote phrases with their actual emoticons."입니다.
확장 프로그램 스크린샷
Global Twitch Emotes 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 |
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" ] } |