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…

Cos'è Click Scheduler Pro?

Click Scheduler Pro è un'estensione di Chrome sviluppata da https://www.cordine.site, e la sua funzione principale è "Easily schedule clicks for your window. I developed this extension as a means to submit an upload to a website where scheduling…".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Click Scheduler Pro

Scarica i file di estensione Click Scheduler Pro in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Click Scheduler Pro Click Scheduler Pro
ID cglnpjdjjinnbaioncegaiaifdpildne
URL Ufficiale https://chromewebstore.google.com/detail/click-scheduler-pro/cglnpjdjjinnbaioncegaiaifdpildne
Descrizione Easily schedule clicks for your window. I developed this extension as a means to submit an upload to a website where scheduling…
Dimensione del File 11.4 KB
Conteggio Installazioni 1,321
Versione Corrente 1.0.1.0
Ultimo Aggiornamento 2019-05-03
Data di Pubblicazione 2019-04-29
Valutazione 2.00/5 Totale 12 Valutazioni
Sviluppatore https://www.cordine.site
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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'"
}