Auto Click Scheduler - FoxyClick

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

Qu'est-ce que Auto Click Scheduler - FoxyClick ?

Auto Click Scheduler - FoxyClick est une extension Chrome développée par Polte Games, et sa fonction principale est "Just right click on any element and set a timer. Easy, fast and accurate.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Auto Click Scheduler - FoxyClick

Téléchargez les fichiers d'extension Auto Click Scheduler - FoxyClick au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Auto Click Scheduler - FoxyClick Auto Click Scheduler - FoxyClick
ID jjjlikhinlnggfgmjhcnhibkmcjcmiej
URL Officiel https://chromewebstore.google.com/detail/auto-click-scheduler-foxy/jjjlikhinlnggfgmjhcnhibkmcjcmiej
Description Just right click on any element and set a timer. Easy, fast and accurate.
Taille du Fichier 68.72 KB
Nombre d'Installations 5,085
Version Actuelle 1.3.4
Dernière Mise à Jour 2022-08-25
Date de Publication 2021-10-02
Évaluation 3.92/5 Total 37 Évaluations
Développeur Polte Games
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://poltegames.com
URL de la Page d'Aide https://poltegames.com
URL de la Page de Politique de Confidentialité https://poltegames.com/privacy-policy
Langues Prises en Charge 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": [
                ""
            ]
        }
    ]
}