SiamBIT - Thank Auto
Auto click on the "thank" image or button with the title "กดขอบคุณที่นี่" on the details page of the SiamBIT website.
SiamBIT - Thank Auto란 무엇입니까?
SiamBIT - Thank Auto은(는) CHNWT.dev에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Auto click on the "thank" image or button with the title "กดขอบคุณที่นี่" on the details page of the SiamBIT website."입니다.
확장 프로그램 스크린샷
SiamBIT - Thank Auto 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This browser extension is designed to automatically click on the "Thank" image or button with contains the title "กดขอบคุณที่นี่" on the details page of the SiamBIT website. (Extension ที่ช่วยกดขอบคุณเจ้าของไฟล์ในหน้ารายละเอียดไฟล์ให้โดยอัตโนมัติ)
확장 프로그램 기본 정보
이름 | SiamBIT - Thank Auto |
ID | cdkeaagidbaigleohfomdpeichinocck |
공식 URL | https://chromewebstore.google.com/detail/siambit-thank-auto/cdkeaagidbaigleohfomdpeichinocck |
설명 | Auto click on the "thank" image or button with the title "กดขอบคุณที่นี่" on the details page of the SiamBIT website. |
파일 크기 | 89.25 KB |
설치 횟수 | 113 |
현재 버전 | 1.0.2 |
최근 업데이트 | 2023-08-11 |
출시 날짜 | 2019-10-20 |
개발자 | CHNWT.dev |
이메일 | [email protected] |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | https://chnwt.dev/privacy.html |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "SiamBIT - Thank Auto", "description": "Auto click on the \"thank\" image or button with the title \"\u0e01\u0e14\u0e02\u0e2d\u0e1a\u0e04\u0e38\u0e13\u0e17\u0e35\u0e48\u0e19\u0e35\u0e48\" on the details page of the SiamBIT website.", "version": "1.0.2", "author": "Chanwit Settavongsin", "content_scripts": [ { "matches": [ "https:\/\/www.siambit.me\/*" ], "js": [ "content.js" ], "run_at": "document_end" } ], "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" }, "action": { "default_icon": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" }, "default_popup": "popup.html" } } |