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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
이메일 | [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" } ] } |