Scratch Plugin Customization
Enables Scratch hardware extensions on Chrome. This is based on the official version, Add matche more websites.
Co to jest Scratch Plugin Customization?
Scratch Plugin Customization to rozszerzenie Chrome opracowane przez roking, a jego główną funkcją jest „Enables Scratch hardware extensions on Chrome. This is based on the official version, Add matche more websites.”.
Pobierz plik CRX rozszerzenia Scratch Plugin Customization
Pobierz pliki rozszerzeń Scratch Plugin Customization w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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".
Podstawowe informacje o rozszerzeniu
Nazwa | Scratch Plugin Customization |
ID | aifkepbfahbbfbnfoodaohapkadggole |
Oficjalny URL | https://chromewebstore.google.com/detail/scratch-plugin-customizat/aifkepbfahbbfbnfoodaohapkadggole |
Opis | Enables Scratch hardware extensions on Chrome. This is based on the official version, Add matche more websites. |
Rozmiar pliku | 40.75 KB |
Liczba instalacji | 542 |
Aktualna Wersja | 1.0.0.0 |
Ostatnia Aktualizacja | 2017-11-04 |
Data Publikacji | 2017-11-04 |
Ocena | 5.00/5 Łącznie 1 Oceny |
Deweloper | roking |
Typ Płatności | free |
Obsługiwane Języki | 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" } |