BTTV for WhatsApp Web
Use BTTV emotes in WhatsApp Web
什么是BTTV for WhatsApp Web?
BTTV for WhatsApp Web是由GiuBaru开发的Chrome扩展程序,该扩展的主要功能是“Use BTTV emotes in WhatsApp Web”。
扩展截图
下载BTTV for WhatsApp Web扩展crx文件
下载BTTV for WhatsApp Web扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Con esta extensión puedes utilizar los emotes de BetterTTV de los canales de Twitch en tu Whatsapp Web!
扩展基本信息
名称 | |
ID | olinljnfkcekmlkfojgfponnfojnikae |
官方URL | https://chromewebstore.google.com/detail/bttv-for-whatsapp-web/olinljnfkcekmlkfojgfponnfojnikae |
简介 | Use BTTV emotes in WhatsApp Web |
文件大小 | 239 KB |
安装次数 | 34 |
当前版本 | 1.0 |
更新时间 | 2022-01-30 |
上架时间 | 2022-01-30 |
评分 | 5.00/5 共1次评分 |
开发者 | GiuBaru |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://github.com/giubaru/bttv-for-whatsapp-web |
帮助页面URL | https://github.com/giubaru/bttv-for-whatsapp-web |
支持的语言 | 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\/*" ] } |