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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Polte Games และคุณลักษณะหลักของมันคือ "Just right click on any element and set a timer. Easy, fast and accurate."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Auto Click Scheduler - FoxyClick

ดาวน์โหลดไฟล์ส่วนขยาย 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": [
                ""
            ]
        }
    ]
}