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 |
官方URL | 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" } } |