Click Scheduler Pro

Easily schedule clicks for your window. I developed this extension as a means to submit an upload to a website where scheduling…

什么是Click Scheduler Pro?

Click Scheduler Pro是由https://www.cordine.site开发的Chrome扩展程序,该扩展的主要功能是“Easily schedule clicks for your window. I developed this extension as a means to submit an upload to a website where scheduling…”。

扩展截图

screenshot

下载Click Scheduler Pro扩展crx文件

下载Click Scheduler Pro扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Easily schedule clicks for your window. I developed this extension as a means to submit an upload to a website where scheduling uploads isn't possible. With this extension, you just right click what you want to click, and follow the prompts to set the exact time you would like to preform the click.                    

扩展基本信息

名称 Click Scheduler Pro Click Scheduler Pro
ID cglnpjdjjinnbaioncegaiaifdpildne
官方URL https://chromewebstore.google.com/detail/click-scheduler-pro/cglnpjdjjinnbaioncegaiaifdpildne
简介 Easily schedule clicks for your window. I developed this extension as a means to submit an upload to a website where scheduling…
文件大小 11.4 KB
安装次数 1,321
当前版本 1.0.1.0
更新时间 2019-05-03
上架时间 2019-04-29
评分 2.00/5 共12次评分
开发者 https://www.cordine.site
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Click Scheduler Pro",
    "version": "1.0.1.0",
    "background": {
        "scripts": [
            "eventpage.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "icon-34.png"
    },
    "icons": {
        "128": "icon-128.png"
    },
    "manifest_version": 2,
    "permissions": [
        "contextMenus"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}