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 με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

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