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
公式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
Eメール [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'"
}