Twitch Auto Bonus Claimer
Automatically claim your bonus on Twitch
什麼是Twitch Auto Bonus Claimer?
Twitch Auto Bonus Claimer是由Doğukan Doğru開發的Chrome擴展程式,該擴展的主要功能是“Automatically claim your bonus on Twitch”。
擴展截圖
下載Twitch Auto Bonus Claimer擴展crx文件
下載Twitch Auto Bonus Claimer擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
This extension will claim your bonus on Twitch while you are enjoying the stream. This extension does not collect or store any of your data. Also you can check the project's Github page : https://github.com/dogukandogru/twtichautobonusclaimer
擴展基本資訊
名稱 | Twitch Auto Bonus Claimer |
ID | ddhkokekpijdobdjhlbldojfglknhjgp |
官方網址 | https://chromewebstore.google.com/detail/twitch-auto-bonus-claimer/ddhkokekpijdobdjhlbldojfglknhjgp |
簡介 | Automatically claim your bonus on Twitch |
檔案大小 | 10.78 KB |
安裝次數 | 81 |
目前版本 | 2 |
更新時間 | 2021-12-18 |
上架時間 | 2021-04-21 |
評分 | 5.00/5 共 2 次評分 |
開發者 | Doğukan Doğru |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Twitch Auto Bonus Claimer", "description": "Automatically claim your bonus on Twitch", "version": "2", "manifest_version": 2, "permissions": [ "http:\/\/www.twitch.tv\/*", "https:\/\/www.twitch.tv\/*" ], "content_scripts": [ { "matches": [ "http:\/\/www.twitch.tv\/*", "https:\/\/www.twitch.tv\/*" ], "run_at": "document_idle", "js": [ "claimer.js" ], "all_frames": true } ], "icons": { "32": "32.png", "48": "48.png", "64": "64.png" } } |