Twitch Points Farmer
Farm twitch points on idle, automatically claims bonus chess.
Twitch Points Farmerとは何ですか?
Twitch Points Farmerはjandr3s258によって開発されたChromeの拡張機能で、その主な機能は「Farm twitch points on idle, automatically claims bonus chess.」です。
拡張機能のスクリーンショット
Twitch Points Farmer拡張機能のCRXファイルをダウンロード
Twitch Points Farmer拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Tool to farm twitch points. Features: - Auto collect bonus chess.
拡張機能の基本情報
名前 | Twitch Points Farmer |
ID | eahhglkfcalkafpgpceilaafdechkdad |
公式URL | https://chromewebstore.google.com/detail/twitch-points-farmer/eahhglkfcalkafpgpceilaafdechkdad |
説明 | Farm twitch points on idle, automatically claims bonus chess. |
ファイルサイズ | 34.16 KB |
インストール数 | 21 |
現在のバージョン | 1.1 |
最終更新日 | 2023-04-02 |
公開日 | 2023-04-01 |
開発者 | jandr3s258 |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Twitch Points Farmer", "description": "Farm twitch points on idle, automatically claims bonus chess.", "version": "1.1", "manifest_version": 3, "host_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": [ "src\/main.js" ], "all_frames": true } ], "icons": { "32": "assets\/logo\/32.png", "48": "assets\/logo\/48.png", "64": "assets\/logo\/64.png" } } |