Twitch - Bonus Collector
Automatic collection of bonuses for Twitch chat. You don't have to worry about getting bonuses. The extension will do it for you.
Twitch - Bonus Collectorとは何ですか?
Twitch - Bonus CollectorはAlexander Gerasimovによって開発されたChromeの拡張機能で、その主な機能は「Automatic collection of bonuses for Twitch chat. You don't have to worry about getting bonuses. The extension will do it for you.」です。
拡張機能のスクリーンショット
Twitch - Bonus Collector拡張機能のCRXファイルをダウンロード
Twitch - Bonus Collector拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Simple use! Nothing extra!
拡張機能の基本情報
名前 | |
ID | dlohmjidoachadcbejnkpaikmgphoilo |
公式URL | https://chrome.google.com/webstore/detail/twitch-bonus-collector/dlohmjidoachadcbejnkpaikmgphoilo |
説明 | Automatic collection of bonuses for Twitch chat. You don't have to worry about getting bonuses. The extension will do it for you. |
ファイルサイズ | 70.15 KB |
インストール数 | 322 |
現在のバージョン | 1.0.5 |
最終更新日 | 2021-05-19 |
公開日 | 2020-04-16 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | Alexander Gerasimov |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "minimum_chrome_version": "22.0", "name": "Twitch - Bonus Collector", "description": "Automatic collection of bonuses for Twitch chat. You don't have to worry about getting bonuses. The extension will do it for you.", "version": "1.0.5", "author": "Alexander Gerasimov", "icons": { "16": "img\/icon16.png", "32": "img\/icon32.png", "48": "img\/icon48.png", "64": "img\/icon64.png" }, "browser_action": { "default_title": "Twitch - Bonus Collector", "default_popup": "popup.html", "default_icon": { "16": "img\/icon16.png", "32": "img\/icon32.png", "48": "img\/icon48.png", "64": "img\/icon64.png" } }, "content_scripts": [ { "matches": [ "https:\/\/www.twitch.tv\/*" ], "js": [ "js\/vendor\/jquery\/jquery-3.2.1.slim.min.js", "js\/core.js", "js\/content.js" ], "css": [ "css\/content.css" ] } ], "background": { "scripts": [ "js\/vendor\/jquery\/jquery-3.2.1.slim.min.js", "js\/core.js", "js\/background.js" ] }, "permissions": [ "storage", "activeTab", "https:\/\/www.twitch.tv\/*" ] } |