Twitch Channel Points Autoclicker (Lite)
Automatically claims 'Channel Points' on Twitch
Twitch Channel Points Autoclicker (Lite)とは何ですか?
Twitch Channel Points Autoclicker (Lite)はxinitrcによって開発されたChromeの拡張機能で、その主な機能は「Automatically claims 'Channel Points' on Twitch」です。
拡張機能のスクリーンショット
Twitch Channel Points Autoclicker (Lite)拡張機能のCRXファイルをダウンロード
Twitch Channel Points Autoclicker (Lite)拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Automatically claims 'Channel Points' on Twitch for the channel you are watching. THIS IS A LITE VERSION OF: https://chrome.google.com/webstore/detail/pbeamibpehihpjljabhnchghlbneiane/ Changes from the main version: includes only content scripts, meaning the pages need to be reloaded for it to start working, and no additional features will be supported. As such, it requires NO PERMISSIONS from the user, like browsing history. Main extension is also available for Mozilla Firefox: https://addons.mozilla.org/en-GB/firefox/addon/twitch-points-autoclicker/ Note: May not be compatible with some twitch design changing extensions. Source code is available on GitHub: https://github.com/xinitrc-dev/twitch-points-autoclicker
拡張機能の基本情報
名前 | Twitch Channel Points Autoclicker (Lite) |
ID | fapndfdannkgofolmaihpbigbolcobek |
公式URL | https://chromewebstore.google.com/detail/twitch-channel-points-aut/fapndfdannkgofolmaihpbigbolcobek |
説明 | Automatically claims 'Channel Points' on Twitch |
ファイルサイズ | 19.56 KB |
インストール数 | 5,437 |
現在のバージョン | 1.3 |
最終更新日 | 2021-05-05 |
公開日 | 2019-10-27 |
評価 | 4.20/5 合計 20 レビュー |
開発者 | xinitrc |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Twitch Channel Points Autoclicker (Lite)", "description": "Automatically claims 'Channel Points' on Twitch", "version": "1.3", "icons": { "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.twitch.tv\/*" ], "js": [ "arrive-2.4.1.min.js", "twitch-clicker.js" ], "run_at": "document_end" } ] } |