Scratch Plugin Customization
Enables Scratch hardware extensions on Chrome. This is based on the official version, Add matche more websites.
Qu'est-ce que Scratch Plugin Customization ?
Scratch Plugin Customization est une extension Chrome développée par roking, et sa fonction principale est "Enables Scratch hardware extensions on Chrome. This is based on the official version, Add matche more websites.".
Télécharger le fichier CRX de l'extension Scratch Plugin Customization
Téléchargez les fichiers d'extension Scratch Plugin Customization au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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".
Informations de Base sur l'Extension
Nom | Scratch Plugin Customization |
ID | aifkepbfahbbfbnfoodaohapkadggole |
URL Officiel | https://chromewebstore.google.com/detail/scratch-plugin-customizat/aifkepbfahbbfbnfoodaohapkadggole |
Description | Enables Scratch hardware extensions on Chrome. This is based on the official version, Add matche more websites. |
Taille du Fichier | 40.75 KB |
Nombre d'Installations | 542 |
Version Actuelle | 1.0.0.0 |
Dernière Mise à Jour | 2017-11-04 |
Date de Publication | 2017-11-04 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | roking |
Type de Paiement | free |
Langues Prises en Charge | 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" } |