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…

Co to jest Click Scheduler Pro?

Click Scheduler Pro to rozszerzenie Chrome opracowane przez https://www.cordine.site, a jego główną funkcją jest „Easily schedule clicks for your window. I developed this extension as a means to submit an upload to a website where scheduling…”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Click Scheduler Pro

Pobierz pliki rozszerzeń Click Scheduler Pro w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Click Scheduler Pro Click Scheduler Pro
ID cglnpjdjjinnbaioncegaiaifdpildne
Oficjalny URL https://chromewebstore.google.com/detail/click-scheduler-pro/cglnpjdjjinnbaioncegaiaifdpildne
Opis Easily schedule clicks for your window. I developed this extension as a means to submit an upload to a website where scheduling…
Rozmiar pliku 11.4 KB
Liczba instalacji 1,321
Aktualna Wersja 1.0.1.0
Ostatnia Aktualizacja 2019-05-03
Data Publikacji 2019-04-29
Ocena 2.00/5 Łącznie 12 Oceny
Deweloper https://www.cordine.site
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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'"
}