Scratch Project Profile Pictures

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

What is Scratch Project Profile Pictures?

Scratch Project Profile Pictures is a Chrome extension developed by GrannyCookies, and its main feature is "Adds a profile picture of the user who shared the project to scratch project pages.".

Extension Screenshots

screenshot

Download Scratch Project Profile Pictures Extension CRX File

Download Scratch Project Profile Pictures 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

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

Made by Alex Bates (aka GrannyCookies)                    

Extension Basic Information

Name Scratch Project Profile Pictures Scratch Project Profile Pictures
ID ckkjcabehicmjhgndgpobhjkeenihdbk
Official URL 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.
File Size 39.37 KB
Installation Count 212
Current Version 1.0
Last Updated 2014-12-28
Publish Date 2014-12-28
Rating 3.67/5 Total 3 Ratings
Developer GrannyCookies
Payment Type free
Extension Website http://scratch.mit.edu
Supported Languages 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"
}