Emotes4Booyah
This extension enable the use of emotes from Twitch, BTTV and FFZ at Booyah!
Emotes4Booyah क्या है?
Emotes4Booyah simego द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension enable the use of emotes from Twitch, BTTV and FFZ at Booyah!"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Emotes4Booyah एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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" ] } ] } |