Twitch Channel Points Autoclicker (Lite)
Automatically claims 'Channel Points' on Twitch
Twitch Channel Points Autoclicker (Lite) là gì?
Twitch Channel Points Autoclicker (Lite) là một tiện ích mở rộng Chrome được phát triển bởi xinitrc, và tính năng chính của nó là "Automatically claims 'Channel Points' on Twitch".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Twitch Channel Points Autoclicker (Lite)
Tải xuống các tệp mở rộng Twitch Channel Points Autoclicker (Lite) dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Twitch Channel Points Autoclicker (Lite) |
ID | fapndfdannkgofolmaihpbigbolcobek |
URL Chính Thức | https://chromewebstore.google.com/detail/twitch-channel-points-aut/fapndfdannkgofolmaihpbigbolcobek |
Mô tả | Automatically claims 'Channel Points' on Twitch |
Kích Thước Tệp | 19.56 KB |
Số Lần Cài Đặt | 5,437 |
Phiên Bản Hiện Tại | 1.3 |
Cập Nhật Lần Cuối | 2021-05-05 |
Ngày Phát Hành | 2019-10-27 |
Đánh Giá | 4.20/5 Tổng số 20 Đánh Giá |
Nhà Phát Triển | xinitrc |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" } ] } |