Scratch Project Profile Pictures

Adds a profile picture of the user who shared the project to scratch project pages.

Qu'est-ce que Scratch Project Profile Pictures ?

Scratch Project Profile Pictures est une extension Chrome développée par GrannyCookies, et sa fonction principale est "Adds a profile picture of the user who shared the project to scratch project pages.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Scratch Project Profile Pictures

Téléchargez les fichiers d'extension Scratch Project Profile Pictures 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

                        Simply put, this just puts the sharer's picture on project pages.
That's it.

Made by Alex Bates (aka GrannyCookies)                    

Informations de Base sur l'Extension

Nom Scratch Project Profile Pictures Scratch Project Profile Pictures
ID ckkjcabehicmjhgndgpobhjkeenihdbk
URL Officiel https://chrome.google.com/webstore/detail/scratch-project-profile-p/ckkjcabehicmjhgndgpobhjkeenihdbk
Description Adds a profile picture of the user who shared the project to scratch project pages.
Taille du Fichier 39.37 KB
Nombre d'Installations 212
Version Actuelle 1.0
Dernière Mise à Jour 2014-12-28
Date de Publication 2014-12-28
Évaluation 3.67/5 Total 3 Évaluations
Développeur GrannyCookies
Type de Paiement free
Site Web de l'Extension http://scratch.mit.edu
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Scratch Project Profile Pictures",
    "version": "1.0",
    "description": "Adds a profile picture of the user who shared the project to scratch project pages.",
    "icons": {
        "128": "logo.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/scratch.mit.edu\/projects\/*"
            ],
            "js": [
                "script.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "tabs",
        "http:\/\/scratch.mit.edu\/*"
    ],
    "manifest_version": 2,
    "content_security_policy": "default-src 'none'; style-src 'self'; script-src 'self'; connect-src http:\/\/scratch.mit.edu; img-src http:\/\/scratch.mit.edu"
}