Auto Click Scheduler - FoxyClick

Just right click on any element and set a timer. Easy, fast and accurate.

Cos'è Auto Click Scheduler - FoxyClick?

Auto Click Scheduler - FoxyClick è un'estensione di Chrome sviluppata da Polte Games, e la sua funzione principale è "Just right click on any element and set a timer. Easy, fast and accurate.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Auto Click Scheduler - FoxyClick

Scarica i file di estensione Auto Click Scheduler - FoxyClick 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

                        FoxyClick will automatically click on any element on a page on a given time.

# Intelligent and precise algorithm: be the first in line in reservations, bookings, etc.
# Easy to use: just right click on any element, set the timer and leave the page open.
# No ads or registrations.
# Beta features: timer accuracy in milliseconds and repeated clicks with adjustable delay                    

Informazioni di Base sull'Estensione

Nome Auto Click Scheduler - FoxyClick Auto Click Scheduler - FoxyClick
ID jjjlikhinlnggfgmjhcnhibkmcjcmiej
URL Ufficiale https://chromewebstore.google.com/detail/auto-click-scheduler-foxy/jjjlikhinlnggfgmjhcnhibkmcjcmiej
Descrizione Just right click on any element and set a timer. Easy, fast and accurate.
Dimensione del File 68.72 KB
Conteggio Installazioni 5,085
Versione Corrente 1.3.4
Ultimo Aggiornamento 2022-08-25
Data di Pubblicazione 2021-10-02
Valutazione 3.92/5 Totale 37 Valutazioni
Sviluppatore Polte Games
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://poltegames.com
URL della Pagina di Aiuto https://poltegames.com
URL della Pagina della Politica sulla Privacy https://poltegames.com/privacy-policy
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Auto Click Scheduler - FoxyClick",
    "description": "Just right click on any element and set a timer. Easy, fast and accurate.",
    "version": "1.3.4",
    "manifest_version": 3,
    "background": {
        "service_worker": "service-worker-right-click-menu.js"
    },
    "permissions": [
        "contextMenus",
        "storage"
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content-logic.js",
                "content-ext-awn.js",
                "content-ext-tingle.js",
                "content-ext-timepicker.js",
                "content-worker.js"
            ],
            "css": [
                "content-ext-awn.css",
                "content-ext-tingle.css",
                "content-ext-timepicker.css",
                "content-logic.css"
            ],
            "all_frames": true,
            "match_about_blank": false
        }
    ],
    "action": {
        "default_icon": "icon16.png",
        "default_title": "FoxyClick",
        "default_popup": "popup-credits.html"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "\/icon128.png",
                "\/popup.html"
            ],
            "matches": [
                ""
            ]
        }
    ]
}