Twitch Bonus AutoRedeemer
Redeems the little green box of bonus channel points automatically so you don't have to :)
Twitch Bonus AutoRedeemerとは何ですか?
Twitch Bonus AutoRedeemerはalexによって開発されたChromeの拡張機能で、その主な機能は「Redeems the little green box of bonus channel points automatically so you don't have to :)」です。
拡張機能のスクリーンショット
Twitch Bonus AutoRedeemer拡張機能のCRXファイルをダウンロード
Twitch Bonus AutoRedeemer拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Automatically redeems bonus points for any Twitch channel you are currently watching 拡張機能の基本情報
| 名前 | |
| ID | kgikffepcmbceoekidaeghgkjlanieaj |
| 公式URL | https://chromewebstore.google.com/detail/twitch-bonus-autoredeemer/kgikffepcmbceoekidaeghgkjlanieaj |
| 説明 | Redeems the little green box of bonus channel points automatically so you don't have to :) |
| ファイルサイズ | 4.94 KB |
| インストール数 | 20 |
| 現在のバージョン | 1.0.2 |
| 最終更新日 | 2021-05-24 |
| 公開日 | 2020-09-23 |
| 開発者 | alex |
| Eメール | [email protected] |
| 支払い方法 | free |
| 対応言語 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Twitch Bonus AutoRedeemer",
"version": "1.0.2",
"description": "Redeems the little green box of bonus channel points automatically so you don't have to :)",
"content_scripts": [
{
"matches": [
"*:\/\/*.twitch.tv\/*"
],
"js": [
"twitch-bonus-redeemer.js"
],
"run_at": "document_end"
}
],
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"incognito": "spanning",
"manifest_version": 2
} | |