Autoclicker
Automatically click on element matching search criteria
Autoclicker란 무엇입니까?
Autoclicker은(는) xela92에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Automatically click on element matching search criteria"입니다.
확장 프로그램 스크린샷
Autoclicker 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Autoclicker aims to help you automate repetitive clicks on an element in the webpage. For instance, did you ever had to deal with a page that continuously, every 20 seconds, asks you to press a confirm button, that maybe appears and disappears for a certain time? This is the extension you're looking for to be able to avoid that! #NEW IN 0.0.5 - add option to persist clicking over page reload - minor bug fixes
확장 프로그램 기본 정보
이름 | Autoclicker |
ID | beilbfghjjeoajmbmlfbocjgbocmggap |
공식 URL | https://chromewebstore.google.com/detail/autoclicker/beilbfghjjeoajmbmlfbocjgbocmggap |
설명 | Automatically click on element matching search criteria |
파일 크기 | 13.1 KB |
설치 횟수 | 13,166 |
현재 버전 | 0.0.5 |
최근 업데이트 | 2022-11-15 |
출시 날짜 | 2021-11-17 |
평점 | 2.74/5 총 19 개의 평점 |
개발자 | xela92 |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Autoclicker", "description": "Automatically click on element matching search criteria", "icons": { "16": "icons\/autoclicker-16.png", "32": "icons\/autoclicker-32.png", "48": "icons\/autoclicker-48.png", "128": "icons\/autoclicker-128.png" }, "version": "0.0.5", "author": "xela92", "permissions": [ "storage", "activeTab", "scripting", "webNavigation" ], "background": { "service_worker": "js\/background.js" }, "content_scripts": [ { "matches": [ " |