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開發的Chrome擴展程式,該擴展的主要功能是“Easily schedule clicks for your window. I developed this extension as a means to submit an upload to a website where scheduling…”。

擴展截圖

screenshot

下載Click Scheduler Pro擴展crx文件

下載Click Scheduler Pro擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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'"
}