Emotes4Booyah
This extension enable the use of emotes from Twitch, BTTV and FFZ at Booyah!
Emotes4Booyah란 무엇입니까?
Emotes4Booyah은(는) simego에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension enable the use of emotes from Twitch, BTTV and FFZ at Booyah!"입니다.
확장 프로그램 스크린샷
Emotes4Booyah 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This is an extension still under development that makes it possible to view the most famous custom emotes from Twitch, BetterTTV and FrankerFaceZ. Features currently available: Twitch Emotes (Global) BetterTTV emotes (global and channel) FrankerFacez Emotes (Global and Channel) Improved chat design, bolded names, clickable links, line difference, etc. Tab-autocomplete in chat with emote search (type something and press tab, autocomplete with emotes available) Mention another user with @name (shows a list for selection) Search for emotes with :name (shows a list for selection) Marking highlighted in chat with messages mentioning you. Coming soon: Emote menu (custom menu with all emotes and visual search)
확장 프로그램 기본 정보
이름 | |
ID | dophpcobbjngempeadfhkjleblemfjll |
공식 URL | https://chromewebstore.google.com/detail/emotes4booyah/dophpcobbjngempeadfhkjleblemfjll |
설명 | This extension enable the use of emotes from Twitch, BTTV and FFZ at Booyah! |
파일 크기 | 1.54 MB |
설치 횟수 | 189 |
현재 버전 | 1.7.2 |
최근 업데이트 | 2021-12-11 |
출시 날짜 | 2021-10-13 |
평점 | 4.69/5 총 13 개의 평점 |
개발자 | simego |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en,pt-BR |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_name__", "description": "__MSG_description__", "version": "1.7.2", "manifest_version": 3, "author": "Daniel A. Rafaelli (Simego)", "default_locale": "pt_BR", "options_page": "views\/options.html", "background": { "service_worker": "background.js" }, "action": { "default_popup": "views\/popup.html", "default_icon": { "16": "\/images\/icon16.png", "32": "\/images\/icon32.png", "48": "\/images\/icon48.png", "128": "\/images\/icon128.png" } }, "icons": { "16": "\/images\/icon16.png", "32": "\/images\/icon32.png", "48": "\/images\/icon48.png", "128": "\/images\/icon128.png" }, "permissions": [ "storage", "unlimitedStorage" ], "host_permissions": [ "https:\/\/booyah.live\/*" ], "content_scripts": [ { "matches": [ "*:\/\/booyah.live\/*" ], "css": [ "css\/runtime.css", "css\/tippy.min.css", "css\/translucent.min.css" ], "js": [ "js\/jquery-3.6.0.slim.min.js", "js\/popper.min.js", "js\/tippy.umd.min.js", "js\/runtime.js" ], "run_at": "document_idle" } ], "web_accessible_resources": [ { "matches": [ "*:\/\/booyah.live\/*" ], "resources": [ "css\/runtime.css", "css\/tippy.min.css", "css\/translucent.min.css", "images\/icon48.png" ] } ] } |