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
官方網址 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": [
                ""
            ]
        }
    ]
}