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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Just right click on any element and set a timer. Easy, fast and accurate."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Auto Click Scheduler - FoxyClick एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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": [
                ""
            ]
        }
    ]
}