Scratch Plugin Customization

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

Apa itu Scratch Plugin Customization?

Scratch Plugin Customization adalah ekstensi Chrome yang dikembangkan oleh roking, dan fitur utamanya adalah "Enables Scratch hardware extensions on Chrome. This is based on the official version, Add matche more websites.".

Unduh Berkas CRX Ekstensi Scratch Plugin Customization

Unduh file ekstensi Scratch Plugin Customization dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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".                    

Informasi Dasar Ekstensi

Nama Scratch Plugin Customization Scratch Plugin Customization
ID aifkepbfahbbfbnfoodaohapkadggole
URL Resmi https://chromewebstore.google.com/detail/scratch-plugin-customizat/aifkepbfahbbfbnfoodaohapkadggole
Deskripsi Enables Scratch hardware extensions on Chrome. This is based on the official version, Add matche more websites.
Ukuran File 40.75 KB
Jumlah Instalasi 542
Versi Saat Ini 1.0.0.0
Terakhir Diperbarui 2017-11-04
Tanggal Publikasi 2017-11-04
Penilaian 5.00/5 Total 1 Penilaian
Pengembang roking
Tipe Pembayaran free
Bahasa yang Didukung 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"
}