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 هو إضافة Chrome تم تطويرها بواسطة 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 للإضافة Click Scheduler Pro

قم بتنزيل ملفات الامتداد Click Scheduler Pro بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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'"
}