Scratch Plugin Customization

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

Cos'è Scratch Plugin Customization?

Scratch Plugin Customization è un'estensione di Chrome sviluppata da roking, e la sua funzione principale è "Enables Scratch hardware extensions on Chrome. This is based on the official version, Add matche more websites.".

Scarica il file CRX dell'estensione Scratch Plugin Customization

Scarica i file di estensione Scratch Plugin Customization in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Scratch Plugin Customization Scratch Plugin Customization
ID aifkepbfahbbfbnfoodaohapkadggole
URL Ufficiale https://chromewebstore.google.com/detail/scratch-plugin-customizat/aifkepbfahbbfbnfoodaohapkadggole
Descrizione Enables Scratch hardware extensions on Chrome. This is based on the official version, Add matche more websites.
Dimensione del File 40.75 KB
Conteggio Installazioni 542
Versione Corrente 1.0.0.0
Ultimo Aggiornamento 2017-11-04
Data di Pubblicazione 2017-11-04
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore roking
Tipo di Pagamento free
Lingue Supportate 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"
}