Scratch Plugin Customization

Enables Scratch hardware extensions on Chrome. This is based on the official version, Add matche more websites.

Scratch Plugin Customization là gì?

Scratch Plugin Customization là một tiện ích mở rộng Chrome được phát triển bởi roking, và tính năng chính của nó là "Enables Scratch hardware extensions on Chrome. This is based on the official version, Add matche more websites.".

Tải xuống tệp CRX của tiện ích mở rộng Scratch Plugin Customization

Tải xuống các tệp mở rộng Scratch Plugin Customization dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Enables Scratch hardware extensions on Chrome. This is based on the official version, Add matche more specific websites. 
It is recommended to install official plugin "Scratch Device Plugin Helper".                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Scratch Plugin Customization Scratch Plugin Customization
ID aifkepbfahbbfbnfoodaohapkadggole
URL Chính Thức https://chromewebstore.google.com/detail/scratch-plugin-customizat/aifkepbfahbbfbnfoodaohapkadggole
Mô tả Enables Scratch hardware extensions on Chrome. This is based on the official version, Add matche more websites.
Kích Thước Tệp 40.75 KB
Số Lần Cài Đặt 542
Phiên Bản Hiện Tại 1.0.0.0
Cập Nhật Lần Cuối 2017-11-04
Ngày Phát Hành 2017-11-04
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển roking
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ zh-CN
manifest.json
{
    "background": {
        "persistent": false,
        "scripts": [
            "ScratchDeviceHost-Background.js"
        ]
    },
    "description": "Enables Scratch hardware extensions on Chrome. This is based on the official version, Add matche more websites.",
    "externally_connectable": {
        "matches": [
            "*:\/\/scratch.mit.edu\/projects\/*",
            "*:\/\/scratchx.org\/*",
            "*:\/\/scratch.ly\/*",
            "*:\/\/*.scratch.ly\/*",
            "*:\/\/staging.scratch.mit.edu\/*",
            "*:\/\/127.0.0.1\/*",
            "*:\/\/10.9.180.66\/*",
            "*:\/\/*.fcdqxx.cn\/*",
            "*:\/\/*.fyjy.net\/*",
            "*:\/\/localhost\/*"
        ]
    },
    "icons": {
        "128": "icon128.png",
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png"
    },
    "manifest_version": 2,
    "name": "Scratch Plugin Customization",
    "permissions": [
        "nativeMessaging"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.0.0"
}