[Beta] Twitch Plus
Twitch plus is an application that bring some features to improve your experience on twitch. Features available on twitch plus 👇…
什麼是[Beta] Twitch Plus?
[Beta] Twitch Plus是由CodeOz開發的Chrome擴展程式,該擴展的主要功能是“Twitch plus is an application that bring some features to improve your experience on twitch. Features available on twitch plus 👇…”。
擴展截圖
下載[Beta] Twitch Plus擴展crx文件
下載[Beta] Twitch Plus擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Twitch plus is an application that bring some features to improve your experience on twitch. Features available on twitch plus 👇 - Historic chat (alt + up or down, when you go to another stream, historic is clean) - Auto-claim bonus (when bonus is available, extension will automatically claim it for you, so you can earn a lot of points!) - Donate Button (If streamer has an external link for donations, you can access it directly by clicking on the donate button!) - Collapse/Expand Chat shortcut (alt + h) If you find any bugs or any suggestions or you want to contact developer, please send email to [email protected]. Github of creator -> https://github.com/Code-Oz
擴展基本資訊
名稱 | [Beta] Twitch Plus |
ID | ahdoacgdgcgkhmajnmibefppffbbkgnl |
官方網址 | https://chromewebstore.google.com/detail/beta-twitch-plus/ahdoacgdgcgkhmajnmibefppffbbkgnl |
簡介 | Twitch plus is an application that bring some features to improve your experience on twitch. Features available on twitch plus 👇… |
檔案大小 | 167 KB |
安裝次數 | 88 |
目前版本 | 1.0.1 |
更新時間 | 2022-01-11 |
上架時間 | 2022-01-07 |
開發者 | CodeOz |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "[Beta] Twitch Plus", "version": "1.0.1", "icons": { "256": "logo.png" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "permissions": [ "activeTab", "tabs" ], "browser_action": { "default_popup": "menu.html" }, "content_scripts": [ { "matches": [ "https:\/\/www.twitch.tv\/*" ], "js": [ "content.js" ], "css": [ "style.css" ] } ] } |