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…

Wat is Click Scheduler Pro?

Click Scheduler Pro is een Chrome-extensie ontwikkeld door https://www.cordine.site, en de belangrijkste functie is "Easily schedule clicks for your window. I developed this extension as a means to submit an upload to a website where scheduling…".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Click Scheduler Pro

Download Click Scheduler Pro-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Click Scheduler Pro Click Scheduler Pro
ID cglnpjdjjinnbaioncegaiaifdpildne
Officiële URL https://chromewebstore.google.com/detail/click-scheduler-pro/cglnpjdjjinnbaioncegaiaifdpildne
Beschrijving Easily schedule clicks for your window. I developed this extension as a means to submit an upload to a website where scheduling…
Bestandsgrootte 11.4 KB
Aantal Installaties 1,321
Huidige Versie 1.0.1.0
Laatst Bijgewerkt 2019-05-03
Publicatiedatum 2019-04-29
Beoordeling 2.00/5 Totaal 12 Beoordelingen
Ontwikkelaar https://www.cordine.site
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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'"
}