autoclick

Automatic click, timed click, automated task

autoclick란 무엇입니까?

autoclick은(는) lps에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Automatic click, timed click, automated task"입니다.

확장 프로그램 스크린샷

screenshot

autoclick 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        第一步选择你需要定时点击的对象,目前最多选择五组对象进行绑定。
第二步 设置执行时间,目前支持两种,毫秒时间段后执行,例如设置1000,则为1千毫秒后执行,固定时间地点执行,例如设置11:30,则会在本地时间11:30分开始执行程序
第三步 设置执行次数,值为数字,无间隔的多次执行对目标的点击

此插件可以用于自动化操作,可以用于购物秒杀                    

확장 프로그램 기본 정보

이름 autoclick autoclick
ID ehdijbacfjcgjlnknpcphegchoejdpdl
공식 URL https://chrome.google.com/webstore/detail/autoclick/ehdijbacfjcgjlnknpcphegchoejdpdl
설명 Automatic click, timed click, automated task
파일 크기 78.32 KB
설치 횟수 5,000
현재 버전 1.0.2
최근 업데이트 2018-11-09
출시 날짜 2018-11-08
평점 2.38/5 총 8 개의 평점
개발자 lps
이메일 [email protected]
결제 유형 free
지원되는 언어 zh-CN
manifest.json
{
    "background": {
        "scripts": [
            "com\/chrome.js"
        ]
    },
    "browser_action": {
        "default_icon": "img\/logo.png",
        "default_title": "autoclick"
    },
    "content_scripts": [
        {
            "css": [
                "css\/auto.css"
            ],
            "js": [
                "js\/jquery-1.9.1.min.js",
                "js\/bus.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start"
        }
    ],
    "description": "Automatic click, timed click, automated task",
    "homepage_url": "https:\/\/lipusen.github.io\/show\/aotoclick.html",
    "icons": {
        "128": "img\/logo-128.png",
        "16": "img\/logo-16.png",
        "48": "img\/logo-48.png"
    },
    "manifest_version": 2,
    "name": "autoclick",
    "permissions": [
        "contextMenus",
        "tabs",
        "notifications",
        "webRequest",
        "webRequestBlocking",
        "storage",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.2",
    "web_accessible_resources": [
        "css\/*",
        "img\/*",
        "fonts\/*",
        "js\/*"
    ]
}