Click Scheduler Pro

Easily schedule clicks for your window. I developed this extension as a means to submit an upload to a website where scheduling…

Click Scheduler Pro क्या है?

Click Scheduler Pro https://www.cordine.site द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Easily schedule clicks for your window. I developed this extension as a means to submit an upload to a website where scheduling…"।

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

screenshot

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

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

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

                        Easily schedule clicks for your window. I developed this extension as a means to submit an upload to a website where scheduling uploads isn't possible. With this extension, you just right click what you want to click, and follow the prompts to set the exact time you would like to preform the click.                    

एक्सटेंशन की मूल जानकारी

नाम Click Scheduler Pro Click Scheduler Pro
ID cglnpjdjjinnbaioncegaiaifdpildne
आधिकारिक URL https://chromewebstore.google.com/detail/click-scheduler-pro/cglnpjdjjinnbaioncegaiaifdpildne
विवरण Easily schedule clicks for your window. I developed this extension as a means to submit an upload to a website where scheduling…
फ़ाइल का आकार 11.4 KB
स्थापना संख्या 1,321
वर्तमान संस्करण 1.0.1.0
अंतिम अपडेट 2019-05-03
प्रकाशन तिथि 2019-04-29
रेटिंग 2.00/5 कुल 12 रेटिंग्स
डेवलपर https://www.cordine.site
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Click Scheduler Pro",
    "version": "1.0.1.0",
    "background": {
        "scripts": [
            "eventpage.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "icon-34.png"
    },
    "icons": {
        "128": "icon-128.png"
    },
    "manifest_version": 2,
    "permissions": [
        "contextMenus"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}