BTTV for WhatsApp Web
Use BTTV emotes in WhatsApp Web
What is BTTV for WhatsApp Web?
BTTV for WhatsApp Web is a Chrome extension developed by GiuBaru, and its main feature is "Use BTTV emotes in WhatsApp Web".
Extension Screenshots
Download BTTV for WhatsApp Web Extension CRX File
Download BTTV for WhatsApp Web extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Con esta extensión puedes utilizar los emotes de BetterTTV de los canales de Twitch en tu Whatsapp Web!
Extension Basic Information
Name | |
ID | olinljnfkcekmlkfojgfponnfojnikae |
Official URL | https://chromewebstore.google.com/detail/bttv-for-whatsapp-web/olinljnfkcekmlkfojgfponnfojnikae |
Description | Use BTTV emotes in WhatsApp Web |
File Size | 239 KB |
Installation Count | 34 |
Current Version | 1.0 |
Last Updated | 2022-01-30 |
Publish Date | 2022-01-30 |
Rating | 5.00/5 Total 1 Ratings |
Developer | GiuBaru |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/giubaru/bttv-for-whatsapp-web |
Help Page URL | https://github.com/giubaru/bttv-for-whatsapp-web |
Supported Languages | es |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "BTTV for WhatsApp Web", "version": "1.0", "description": "Use BTTV emotes in WhatsApp Web", "homepage_url": "https:\/\/github.com\/giubaru\/bttv-for-whatsapp-web", "icons": { "48": "icons\/1x.png", "96": "icons\/2x.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.web.whatsapp.com\/*" ], "js": [ "purify.min.js", ".\/emotes.js", ".\/bttv.js" ] } ], "permissions": [ "*:\/\/*.web.whatsapp.com\/*", "*:\/\/api.frankerfacez.com\/*", "*:\/\/api.betterttv.net\/*" ] } |