Auto Click Scheduler - FoxyClick

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

Auto Click Scheduler - FoxyClick là gì?

Auto Click Scheduler - FoxyClick là một tiện ích mở rộng Chrome được phát triển bởi Polte Games, và tính năng chính của nó là "Just right click on any element and set a timer. Easy, fast and accurate.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Auto Click Scheduler - FoxyClick

Tải xuống các tệp mở rộng Auto Click Scheduler - FoxyClick dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Auto Click Scheduler - FoxyClick Auto Click Scheduler - FoxyClick
ID jjjlikhinlnggfgmjhcnhibkmcjcmiej
URL Chính Thức https://chromewebstore.google.com/detail/auto-click-scheduler-foxy/jjjlikhinlnggfgmjhcnhibkmcjcmiej
Mô tả Just right click on any element and set a timer. Easy, fast and accurate.
Kích Thước Tệp 68.72 KB
Số Lần Cài Đặt 5,085
Phiên Bản Hiện Tại 1.3.4
Cập Nhật Lần Cuối 2022-08-25
Ngày Phát Hành 2021-10-02
Đánh Giá 3.92/5 Tổng số 37 Đánh Giá
Nhà Phát Triển Polte Games
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://poltegames.com
URL Trang Trợ Giúp https://poltegames.com
URL Trang Chính Sách Bảo Mật https://poltegames.com/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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": [
                ""
            ]
        }
    ]
}