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 |
官方網址 | 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\/*" ] } |