Script Runner Pro

Script Runner Pro is an extension which provides userscript support for browsers.

Script Runner Proคืออะไร?

Script Runner Pro เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Script Runner Pro และคุณลักษณะหลักของมันคือ "Script Runner Pro is an extension which provides userscript support for browsers."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Script Runner Pro

ดาวน์โหลดไฟล์ส่วนขยาย Script Runner Pro ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        A fresh new script runner chrome extension with material design.

Script Runner Pro is a userscript manager. There are a lot of userscripts repositories like greasyfork or openuserjs. You can also write your own scripts in script editor.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Script Runner Pro Script Runner Pro
ID cofhgpcbaidjkjfbfglfhlklnbhajhpg
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/script-runner-pro/cofhgpcbaidjkjfbfglfhlklnbhajhpg
คำอธิบาย Script Runner Pro is an extension which provides userscript support for browsers.
ขนาดไฟล์ 717 KB
จำนวนการติดตั้ง 14,812
เวอร์ชันปัจจุบัน 1.0.2
อัปเดตครั้งล่าสุด 2020-06-02
วันที่เผยแพร่ 2020-06-01
คะแนน 4.89/5 รวมทั้งหมด 111 คะแนน
ผู้พัฒนา Script Runner Pro
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://scriptrunner.pro/
ภาษาที่รองรับ id,de,en,fr,vi,tr,es,hr,it,pl,pt-BR,pt-PT,ro,sk,fi,cs,el,sr,ru,uk,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "version": "1.0.2",
    "manifest_version": 2,
    "description": "__MSG_extDescription__",
    "icons": {
        "16": "public\/images\/icon16.png",
        "48": "public\/images\/icon48.png",
        "128": "public\/images\/icon128.png"
    },
    "default_locale": "en",
    "browser_action": {
        "browser_style": true,
        "default_icon": {
            "19": "public\/images\/icon19.png",
            "38": "public\/images\/icon38.png"
        },
        "default_title": "__MSG_extName__",
        "default_popup": "popup\/index.html"
    },
    "background": {
        "page": "background\/index.html"
    },
    "options_ui": {
        "page": "options\/index.html",
        "open_in_tab": true
    },
    "homepage_url": "https:\/\/scriptrunner.pro\/",
    "content_scripts": [
        {
            "js": [
                "browser.js",
                "injected-web.js",
                "injected.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "permissions": [
        "tabs",
        "",
        "webRequest",
        "webRequestBlocking",
        "notifications",
        "storage",
        "unlimitedStorage",
        "clipboardWrite",
        "contextMenus",
        "downloads"
    ]
}