Scratch Plugin Customization

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

Vad är Scratch Plugin Customization?

Scratch Plugin Customization är en Chrome-tillägg utvecklad av roking, och dess huvudfunktion är "Enables Scratch hardware extensions on Chrome. This is based on the official version, Add matche more websites.".

Ladda ner Scratch Plugin Customization-förlängningens CRX-fil

Ladda ner Scratch Plugin Customization-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn Scratch Plugin Customization Scratch Plugin Customization
ID aifkepbfahbbfbnfoodaohapkadggole
Officiell webbadress https://chromewebstore.google.com/detail/scratch-plugin-customizat/aifkepbfahbbfbnfoodaohapkadggole
Beskrivning Enables Scratch hardware extensions on Chrome. This is based on the official version, Add matche more websites.
Filstorlek 40.75 KB
Antal Installationer 542
Aktuell Version 1.0.0.0
Senast Uppdaterad 2017-11-04
Publiceringsdatum 2017-11-04
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare roking
Betalningssätt free
Stödda Språk 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"
}