Scratch Plugin Customization
Enables Scratch hardware extensions on Chrome. This is based on the official version, Add matche more websites.
Was ist Scratch Plugin Customization?
Scratch Plugin Customization ist eine Chrome-Erweiterung, die von roking entwickelt wurde, und ihr Hauptmerkmal ist "Enables Scratch hardware extensions on Chrome. This is based on the official version, Add matche more websites.".
Scratch Plugin Customization-Erweiterungs-CRX-Datei herunterladen
Laden Sie Scratch Plugin Customization-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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".
Grundlegende Informationen zur Erweiterung
Name | Scratch Plugin Customization |
ID | aifkepbfahbbfbnfoodaohapkadggole |
Offizielle URL | https://chromewebstore.google.com/detail/scratch-plugin-customizat/aifkepbfahbbfbnfoodaohapkadggole |
Beschreibung | Enables Scratch hardware extensions on Chrome. This is based on the official version, Add matche more websites. |
Dateigröße | 40.75 KB |
Installationsanzahl | 542 |
Aktuelle Version | 1.0.0.0 |
Letztes Update | 2017-11-04 |
Veröffentlichungsdatum | 2017-11-04 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | roking |
Zahlungsart | free |
Unterstützte Sprachen | 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" } |