Twitch Coin Collector
A Chrome Extension to collect the twitch channel points automatically.
什麼是Twitch Coin Collector?
Twitch Coin Collector是由Rene B.開發的Chrome擴展程式,該擴展的主要功能是“A Chrome Extension to collect the twitch channel points automatically.”。
擴展截圖
下載Twitch Coin Collector擴展crx文件
下載Twitch Coin Collector擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
With this chrome extension you can collect the twitch channel rewards automatically.
擴展基本資訊
名稱 | Twitch Coin Collector |
ID | kjfhmebpccbcooagfbfgddoebmkmclmb |
官方網址 | https://chromewebstore.google.com/detail/twitch-coin-collector/kjfhmebpccbcooagfbfgddoebmkmclmb |
簡介 | A Chrome Extension to collect the twitch channel points automatically. |
檔案大小 | 16.42 KB |
安裝次數 | 55 |
目前版本 | 0.1.0 |
更新時間 | 2022-04-28 |
上架時間 | 2022-04-28 |
評分 | 5.00/5 共 1 次評分 |
開發者 | Rene B. |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Twitch Coin Collector", "description": "A Chrome Extension to collect the twitch channel points automatically.", "version": "0.1.0", "action": { "default_icon": "assets\/coin_click_64.png", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "*:\/\/*.twitch.tv\/*" ], "js": [ "content.js" ] } ] } |