Earn Twitch Points
Twitch live points auto click
Earn Twitch Pointsとは何ですか?
Earn Twitch Pointsはhttps://writecode.studioによって開発されたChromeの拡張機能で、その主な機能は「Twitch live points auto click」です。
拡張機能のスクリーンショット
Earn Twitch Points拡張機能のCRXファイルをダウンロード
Earn Twitch Points拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Auto click on twitch points button. Use this extension to earn the extra points automatic when you watch a livestream, you only need keep open the stream in the browser.
拡張機能の基本情報
名前 | Earn Twitch Points |
ID | bimlgjfdjedodphdolppgkefieghncgp |
公式URL | https://chromewebstore.google.com/detail/earn-twitch-points/bimlgjfdjedodphdolppgkefieghncgp |
説明 | Twitch live points auto click |
ファイルサイズ | 1.32 MB |
インストール数 | 278 |
現在のバージョン | 1.0.4 |
最終更新日 | 2023-10-12 |
公開日 | 2020-12-15 |
評価 | 5.00/5 合計 2 レビュー |
開発者 | https://writecode.studio |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | http://twitch.writecode.studio/ |
ヘルプページのURL | http://twitch.writecode.studio/ |
プライバシーポリシーページのURL | https://www.freeprivacypolicy.com/live/d418847d-1687-46bf-bbe1-20cbae52455a |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Earn Twitch Points", "version": "1.0.4", "description": "Twitch live points auto click", "permissions": [], "content_scripts": [ { "matches": [ "https:\/\/*.twitch.tv\/*" ], "js": [ "src\/index.js" ] } ], "icons": { "16": "assets\/icons\/16.png", "32": "assets\/icons\/32.png", "48": "assets\/icons\/48.png", "128": "assets\/icons\/128.png" }, "manifest_version": 2 } |