Scratch Plugin Customization

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

ما هو Scratch Plugin Customization؟

Scratch Plugin Customization هو إضافة Chrome تم تطويرها بواسطة roking، والميزة الرئيسية لها هي "Enables Scratch hardware extensions on Chrome. This is based on the official version, Add matche more websites.".

تحميل ملف CRX للإضافة Scratch Plugin Customization

قم بتنزيل ملفات الامتداد Scratch Plugin Customization بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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

معلومات أساسية عن التمديد

الاسم Scratch Plugin Customization Scratch Plugin Customization
ID aifkepbfahbbfbnfoodaohapkadggole
عنوان URL الرسمي https://chromewebstore.google.com/detail/scratch-plugin-customizat/aifkepbfahbbfbnfoodaohapkadggole
الوصف Enables Scratch hardware extensions on Chrome. This is based on the official version, Add matche more websites.
حجم الملف 40.75 KB
عدد التثبيتات 542
النسخة الحالية 1.0.0.0
آخر تحديث 2017-11-04
تاريخ النشر 2017-11-04
تقييم 5.00/5 مجموع تقييمات 1
المطور roking
نوع الدفع free
اللغات المدعومة 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"
}