BTTV for WhatsApp Web
Use BTTV emotes in WhatsApp Web
Vad är BTTV for WhatsApp Web?
BTTV for WhatsApp Web är en Chrome-tillägg utvecklad av GiuBaru, och dess huvudfunktion är "Use BTTV emotes in WhatsApp Web".
Tilläggsskärmbilder
Ladda ner BTTV for WhatsApp Web-förlängningens CRX-fil
Ladda ner BTTV for WhatsApp Web-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Con esta extensión puedes utilizar los emotes de BetterTTV de los canales de Twitch en tu Whatsapp Web!
Grundläggande Information om Tillägg
Namn | |
ID | olinljnfkcekmlkfojgfponnfojnikae |
Officiell webbadress | https://chromewebstore.google.com/detail/bttv-for-whatsapp-web/olinljnfkcekmlkfojgfponnfojnikae |
Beskrivning | Use BTTV emotes in WhatsApp Web |
Filstorlek | 239 KB |
Antal Installationer | 34 |
Aktuell Version | 1.0 |
Senast Uppdaterad | 2022-01-30 |
Publiceringsdatum | 2022-01-30 |
Betyg | 5.00/5 Totalt 1 Betyg |
Utvecklare | GiuBaru |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://github.com/giubaru/bttv-for-whatsapp-web |
Hjälpsida URL | https://github.com/giubaru/bttv-for-whatsapp-web |
Stödda Språk | 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\/*" ] } |