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…

Hvad er Click Scheduler Pro?

Click Scheduler Pro er en Chrome-udvidelse udviklet af https://www.cordine.site, og dens hovedfunktion er "Easily schedule clicks for your window. I developed this extension as a means to submit an upload to a website where scheduling…".

Udvidelsesskærmbilleder

screenshot

Download Click Scheduler Pro-udvidelses-CRX-fil

Download Click Scheduler Pro-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Click Scheduler Pro Click Scheduler Pro
ID cglnpjdjjinnbaioncegaiaifdpildne
Officiel URL https://chromewebstore.google.com/detail/click-scheduler-pro/cglnpjdjjinnbaioncegaiaifdpildne
Beskrivelse Easily schedule clicks for your window. I developed this extension as a means to submit an upload to a website where scheduling…
Filstørrelse 11.4 KB
Antal Installationer 1,321
Nuværende Version 1.0.1.0
Senest Opdateret 2019-05-03
Udgivelsesdato 2019-04-29
Bedømmelse 2.00/5 Samlet 12 Bedømmelser
Udvikler https://www.cordine.site
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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'"
}