Twitch Auto Channel Points Collector
Automatically collect channel points while you are watching someone on twitch.tv!
Twitch Auto Channel Points Collectorとは何ですか?
Twitch Auto Channel Points Collectorはhttps://jerejacobson.comによって開発されたChromeの拡張機能で、その主な機能は「Automatically collect channel points while you are watching someone on twitch.tv!」です。
拡張機能のスクリーンショット
Twitch Auto Channel Points Collector拡張機能のCRXファイルをダウンロード
Twitch Auto Channel Points Collector拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This is an extension for twitch.tv that will auto click on channel point gifts for you.
拡張機能の基本情報
名前 | Twitch Auto Channel Points Collector |
ID | jhkcenchneiejpdcglhdodfokjabojfp |
公式URL | https://chromewebstore.google.com/detail/twitch-auto-channel-point/jhkcenchneiejpdcglhdodfokjabojfp |
説明 | Automatically collect channel points while you are watching someone on twitch.tv! |
ファイルサイズ | 46.46 KB |
インストール数 | 153 |
現在のバージョン | 0.0.0.2 |
最終更新日 | 2022-02-01 |
公開日 | 2022-01-14 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | https://jerejacobson.com |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://www.jerejacobson.com/posts/buildchromeextension/ |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Twitch Auto Channel Points Collector", "description": "Automatically collect channel points while you are watching someone on twitch.tv!", "version": "0.0.0.2", "manifest_version": 3, "permissions": [ "storage" ], "action": { "default_popup": "popup.html", "css": [ "style.css" ], "default_icon": { "16": "\/images\/channel16.png", "32": "\/images\/channel32.png", "48": "\/images\/channel48.png", "128": "\/images\/channel128.png" } }, "content_scripts": [ { "matches": [ "https:\/\/*.twitch.tv\/*" ], "js": [ "thirdParty\/jquery-3.6.0.min.js", "content-script.js" ] } ], "icons": { "16": "\/images\/channel16.png", "32": "\/images\/channel32.png", "48": "\/images\/channel48.png", "128": "\/images\/channel128.png" } } |