Auto Click Scheduler - FoxyClick

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

O que é Auto Click Scheduler - FoxyClick?

Auto Click Scheduler - FoxyClick é uma extensão do Chrome desenvolvida por Polte Games, e sua principal característica é "Just right click on any element and set a timer. Easy, fast and accurate.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Auto Click Scheduler - FoxyClick

Baixe arquivos de extensão Auto Click Scheduler - FoxyClick no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Auto Click Scheduler - FoxyClick Auto Click Scheduler - FoxyClick
ID jjjlikhinlnggfgmjhcnhibkmcjcmiej
URL Oficial https://chromewebstore.google.com/detail/auto-click-scheduler-foxy/jjjlikhinlnggfgmjhcnhibkmcjcmiej
Descrição Just right click on any element and set a timer. Easy, fast and accurate.
Tamanho do Arquivo 68.72 KB
Contagem de Instalações 5,085
Versão Atual 1.3.4
Última Atualização 2022-08-25
Data de Publicação 2021-10-02
Classificação 3.92/5 Total de 37 Avaliações
Desenvolvedor Polte Games
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://poltegames.com
URL da Página de Ajuda https://poltegames.com
URL da Página de Política de Privacidade https://poltegames.com/privacy-policy
Idiomas Suportados 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": [
                ""
            ]
        }
    ]
}