Twitch Coin
Automatically gather your Twitch Coin while watching your favorite streamer.
什麼是Twitch Coin?
Twitch Coin是由Amin NAIRI開發的Chrome擴展程式,該擴展的主要功能是“Automatically gather your Twitch Coin while watching your favorite streamer.”。
擴展截圖
下載Twitch Coin擴展crx文件
下載Twitch Coin擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
This extension will help you gather your channel points on Twitch TV while watching a live of your favorite streamer automatically by clicking the channel points button for you. You don't have to do anything, everything is done in the background for you.
擴展基本資訊
名稱 | |
ID | jhoffdoklpjnpdjcgegphcicolpipocf |
官方網址 | https://chrome.google.com/webstore/detail/twitch-coin/jhoffdoklpjnpdjcgegphcicolpipocf |
簡介 | Automatically gather your Twitch Coin while watching your favorite streamer. |
檔案大小 | 25.86 KB |
安裝次數 | 444 |
目前版本 | 0.1.2 |
更新時間 | 2021-05-26 |
上架時間 | 2020-07-16 |
評分 | 5.00/5 共 1 次評分 |
開發者 | Amin NAIRI |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://github.com/aminnairi/twitch-coin#readme |
說明頁面URL | https://github.com/aminnairi/twitch-coin/issues |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Twitch Coin", "version": "0.1.2", "description": "Automatically gather your Twitch Coin while watching your favorite streamer.", "homepage_url": "https:\/\/github.com\/aminnairi\/twitch-coin#readme", "icons": { "16": "icons\/icon16.png", "24": "icons\/icon24.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.twitch.tv\/*" ], "js": [ "scripts\/twitch-coin.js" ] } ] } |