Scratch Fullscreen
Actual Fullscreen feature for Scratch (scratch.mit.edu)
What is Scratch Fullscreen?
Scratch Fullscreen is a Chrome extension developed by TeramotoDaiki, and its main feature is "Actual Fullscreen feature for Scratch (scratch.mit.edu)".
Extension Screenshots
Download Scratch Fullscreen Extension CRX File
Download Scratch Fullscreen 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
Unofficial extension for Scrath (scratch.mit.edu). It makes possible actual (browser native) fullscreen mode.
Extension Basic Information
Name | Scratch Fullscreen |
ID | gihphjdlkigognnhkankfjcclijhadpe |
Official URL | https://chromewebstore.google.com/detail/scratch-fullscreen/gihphjdlkigognnhkankfjcclijhadpe |
Description | Actual Fullscreen feature for Scratch (scratch.mit.edu) |
File Size | 14.97 KB |
Installation Count | 1,630 |
Current Version | 3 |
Last Updated | 2020-08-28 |
Publish Date | 2020-08-19 |
Rating | 2.76/5 Total 17 Ratings |
Developer | TeramotoDaiki |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/teramotodaiki/scratch-fullscreen |
Help Page URL | https://github.com/teramotodaiki/scratch-fullscreen/issues |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Scratch Fullscreen", "description": "Actual Fullscreen feature for Scratch (scratch.mit.edu)", "version": "3", "author": "Teramoto Daiki", "short_name": "Scratch Fullscreen", "icons": { "16": "icons\/i16.png", "48": "icons\/i48.png", "128": "icons\/i128.png" }, "minimum_chrome_version": "45", "content_scripts": [ { "js": [ "content.js" ], "matches": [ "https:\/\/scratch.mit.edu\/*" ], "all_frames": true } ] } |