Zero-Click
Surf withOut CLICKING.
Zero-Click란 무엇입니까?
Zero-Click은(는) Ekam Labs에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Surf withOut CLICKING."입니다.
확장 프로그램 스크린샷
Zero-Click 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Browse web without any clicks. Place your mouse anywhere and it will auto-click for you. Features: - You can turn this feature on/off by clicking the icon - Color of the icon will tell you its status (OFF/ON) - Horizontal and vertical bars will help you with your mouse navigation - CLICK-BURST feature, auto click multiple times by pressing and HOLDing Ctrl key (currently the feature is in beta). Problem: - If you find any please report to us. "...Surf without clicking..." Updates: - On click, color of chaser would change, to indicate click has been made once. - Burst (multi) click feature, press Ctrl key and HOLD to click multiple times. - On burst (multi) clicks, color of chaser would change rapidly to indicate burst click is in operation. - Fixed a bug, on turning the extension off, XY chaser setting stayed ON.
확장 프로그램 기본 정보
이름 | |
ID | jmbibdgoffifoajclddnlknpdgdgkpdh |
공식 URL | https://chrome.google.com/webstore/detail/zero-click/jmbibdgoffifoajclddnlknpdgdgkpdh |
설명 | Surf withOut CLICKING. |
파일 크기 | 113 KB |
설치 횟수 | 7,877 |
현재 버전 | 0.0.9 |
최근 업데이트 | 2020-01-15 |
출시 날짜 | 2020-01-13 |
평점 | 2.25/5 총 72 개의 평점 |
개발자 | Ekam Labs |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Zero-Click", "description": "Surf withOut CLICKING.", "version": "0.0.9", "icons": { "16": "src\/icon.png", "48": "src\/icon.png", "128": "src\/icon.png" }, "browser_action": { "default_icon": { "19": "src\/icon.png", "38": "src\/icon.png" }, "default_title": "Browse web without any clicks. Place your mouse anywhere and it will auto-click for you.", "default_popup": "src\/popup.html" }, "background": { "scripts": [ "node_modules\/jquery\/dist\/jquery.min.js", "src\/background.js" ], "persistent": false }, "permissions": [ "tabs", "storage" ], "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "node_modules\/jquery\/dist\/jquery.min.js", "src\/content.js" ], "css": [] } ], "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'" } |