WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Blocklive: Scratch Realtime Collaboration

Blocklive: Scratch Realtime Collaboration

View on Chrome Web Store
View Blocklive: Scratch Realtime Collaboration Chrome Extension on Chrome Web Store
Add to bookmarks
3.1 (314 ratings)
1 new ratings
0 views
This extension has been viewed 0 times
0 downloads
This extension has been downloaded 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Multiple Scratchers Work together in Real Time on a Single Project
Type
Extension
Users
90,000 users
5K
meechapooch
View author page of meechapooch
Published
Published on March 8, 2022
Version 1.1
Manifest version
3
Updated
Updated on February 21, 2025
productivity/developer
Extension Category
View on Chrome Web Store
View Blocklive: Scratch Realtime Collaboration Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Blocklive: Scratch Realtime Collaboration",
    "description": "Multiple Scratchers Work together in Real Time on a Single Project",
    "version": "1.1",
    "icons": {
        "128": "icon128.png"
    },
    "manifest_version": 3,
    "content_scripts": [
        {
            "matches": [
                "https:\/\/scratch.mit.edu\/projects*"
            ],
            "css": [],
            "js": [
                "injectors\/editor.js"
            ]
        },
        {
            "matches": [
                "https:\/\/scratch.mit.edu\/mystuff*"
            ],
            "css": [],
            "js": [
                "injectors\/mystuff.js"
            ]
        },
        {
            "matches": [
                "https:\/\/scratch.mit.edu\/*"
            ],
            "css": [
                "scripts\/badge.css"
            ],
            "js": [
                "scripts\/verify.js",
                "injectors\/all.js"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "https:\/\/scratch.mit.edu\/"
    ],
    "optional_permissions": [
        "notifications"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "\/scripts\/editor.js",
                "\/scripts\/vm.js",
                "\/scripts\/badge.js",
                "\/scripts\/mystuff.js",
                "\/scripts\/turbowarp_editor.js",
                "img\/blocklivefullres.png",
                "sounds\/ping.mp3",
                "img\/fancylogo.svg",
                "img\/fancylogo.png"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/scratch.mit.edu\/*"
        ]
    },
    "action": {
        "default_popup": "popups\/popup.html"
    }
}
© 2025 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top