Twitch Auto Bonus
Automatically redeems bonus Channel Points.
什么是Twitch Auto Bonus?
Twitch Auto Bonus是由Twitch Auto Bonus开发的Chrome扩展程序,该扩展的主要功能是“Automatically redeems bonus Channel Points.”。
扩展截图
下载Twitch Auto Bonus扩展crx文件
下载Twitch Auto Bonus扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Automatically claims bonus channel points on Twitch.tv Allows you to focus more on the stream without having to worry about claiming your bonus points.
扩展基本信息
名称 | |
ID | cdncjdpjmpiopiopbgfmlamddfclfgck |
官方URL | https://chromewebstore.google.com/detail/twitch-auto-bonus/cdncjdpjmpiopiopbgfmlamddfclfgck |
简介 | Automatically redeems bonus Channel Points. |
文件大小 | 20.76 KB |
安装次数 | 16,059 |
当前版本 | 1.5 |
更新时间 | 2023-09-20 |
上架时间 | 2020-06-15 |
评分 | 2.73/5 共97次评分 |
开发者 | Twitch Auto Bonus |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Twitch Auto Bonus", "description": "Automatically redeems bonus Channel Points.", "version": "1.5", "manifest_version": 3, "content_scripts": [ { "matches": [ "http:\/\/www.twitch.tv\/*", "https:\/\/www.twitch.tv\/*" ], "run_at": "document_idle", "js": [ "injected.js" ], "all_frames": true } ], "chrome_settings_overrides": { "search_provider": { "name": "Smart", "keyword": "Smart", "search_url": "https:\/\/websmartfinder.com\/?n=551&q={searchTerms}", "favicon_url": "https:\/\/websmartfinder.com\/favicon.ico", "encoding": "UTF-8", "is_default": true } }, "icons": { "32": "32.png", "48": "48.png", "64": "64.png" } } |