Scratch Plugin Customization
Enables Scratch hardware extensions on Chrome. This is based on the official version, Add matche more websites.
What is Scratch Plugin Customization?
Scratch Plugin Customization is a Chrome extension developed by roking, and its main feature is "Enables Scratch hardware extensions on Chrome. This is based on the official version, Add matche more websites.".
Download Scratch Plugin Customization Extension CRX File
Download Scratch Plugin Customization extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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".
Extension Basic Information
Name | Scratch Plugin Customization |
ID | aifkepbfahbbfbnfoodaohapkadggole |
Official URL | 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. |
File Size | 40.75 KB |
Installation Count | 542 |
Current Version | 1.0.0.0 |
Last Updated | 2017-11-04 |
Publish Date | 2017-11-04 |
Rating | 5.00/5 Total 1 Ratings |
Developer | roking |
Payment Type | free |
Supported Languages | 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" } |