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…

What is Click Scheduler Pro?

Click Scheduler Pro is a Chrome extension developed by https://www.cordine.site, and its main feature is "Easily schedule clicks for your window. I developed this extension as a means to submit an upload to a website where scheduling…".

Extension Screenshots

screenshot

Download Click Scheduler Pro Extension CRX File

Download Click Scheduler Pro extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Click Scheduler Pro Click Scheduler Pro
ID cglnpjdjjinnbaioncegaiaifdpildne
Official URL https://chromewebstore.google.com/detail/click-scheduler-pro/cglnpjdjjinnbaioncegaiaifdpildne
Description Easily schedule clicks for your window. I developed this extension as a means to submit an upload to a website where scheduling…
File Size 11.4 KB
Installation Count 1,321
Current Version 1.0.1.0
Last Updated 2019-05-03
Publish Date 2019-04-29
Rating 2.00/5 Total 12 Ratings
Developer https://www.cordine.site
Email [email protected]
Payment Type free
Supported Languages 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'"
}