Auto Click Scheduler - FoxyClick

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

什么是Auto Click Scheduler - FoxyClick?

Auto Click Scheduler - FoxyClick是由Polte Games开发的Chrome扩展程序,该扩展的主要功能是“Just right click on any element and set a timer. Easy, fast and accurate.”。

扩展截图

screenshot

下载Auto Click Scheduler - FoxyClick扩展crx文件

下载Auto Click Scheduler - FoxyClick扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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                    

扩展基本信息

名称 Auto Click Scheduler - FoxyClick Auto Click Scheduler - FoxyClick
ID jjjlikhinlnggfgmjhcnhibkmcjcmiej
官方URL https://chromewebstore.google.com/detail/auto-click-scheduler-foxy/jjjlikhinlnggfgmjhcnhibkmcjcmiej
简介 Just right click on any element and set a timer. Easy, fast and accurate.
文件大小 68.72 KB
安装次数 5,085
当前版本 1.3.4
更新时间 2022-08-25
上架时间 2021-10-02
评分 3.92/5 共37次评分
开发者 Polte Games
电子邮箱 [email protected]
付费类型 free
扩展官网 https://poltegames.com
帮助页面URL https://poltegames.com
隐私政策页面URL https://poltegames.com/privacy-policy
支持的语言 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": [
                ""
            ]
        }
    ]
}