EZ Twitch Channel Points Claimer
EZ Channel Points For The Boys 😎
EZ Twitch Channel Points Claimer란 무엇입니까?
EZ Twitch Channel Points Claimer은(는) Wilzzu에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "EZ Channel Points For The Boys 😎"입니다.
확장 프로그램 스크린샷
EZ Twitch Channel Points Claimer 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Always up-to-date channel points autoclicker for Twitch! EZ Twitch Channel Points Claimer automatically claims channel points for you. Watch either one or multiple channels at once and the extension will claim points from all of them. You don't even need to be focused on the stream, just leave the it on the background and the extension keeps claiming the points. Whenever Twitch updates, auto claimer extensions will most likely not function correctly for a short while. Our extension will work within the next 24 hours from such update, making it be almost always up-to-date. Just install the extension, update the page and let the channel points flow! Latest update: February 8th, 2021
확장 프로그램 기본 정보
이름 | EZ Twitch Channel Points Claimer |
ID | jlblbpbiclaccdameiejbfhgfilldmde |
공식 URL | https://chromewebstore.google.com/detail/ez-twitch-channel-points/jlblbpbiclaccdameiejbfhgfilldmde |
설명 | EZ Channel Points For The Boys 😎 |
파일 크기 | 58.81 KB |
설치 횟수 | 65 |
현재 버전 | 1.0.8 |
최근 업데이트 | 2022-02-10 |
출시 날짜 | 2021-05-18 |
개발자 | Wilzzu |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "EZ Twitch Channel Points Claimer", "version": "1.0.8", "manifest_version": 3, "description": "EZ Channel Points For The Boys \ud83d\ude0e", "icons": { "16": "icon3.png", "48": "icon2.png", "128": "icon.png" }, "content_scripts": [ { "matches": [ "https:\/\/www.twitch.tv\/*" ], "js": [ "content.js" ] } ] } |