Scratch Downloader
A Chromium/Firefox Extension to download files from Scratch
What is Scratch Downloader?
Scratch Downloader is a Chrome extension developed by TheUltimateGuide, and its main feature is "A Chromium/Firefox Extension to download files from Scratch".
Extension Screenshots
Download Scratch Downloader Extension CRX File
Download Scratch Downloader 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
This extension downloads videos from Scratch. You just need to specify the number of milliseconds! This even works with interactive projects!
Extension Basic Information
Name | Scratch Downloader |
ID | ceeackimohhoibchhooifgikfibjfmmk |
Official URL | https://chromewebstore.google.com/detail/scratch-downloader/ceeackimohhoibchhooifgikfibjfmmk |
Description | A Chromium/Firefox Extension to download files from Scratch |
File Size | 12.34 KB |
Installation Count | 814 |
Current Version | 1.0.5 |
Last Updated | 2022-12-04 |
Publish Date | 2021-01-28 |
Developer | TheUltimateGuide |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/MySixSenses/Scratch-Downloader |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Scratch Downloader", "author": "TheUltimateGuide", "version": "1.0.5", "manifest_version": 3, "description": "A Chromium\/Firefox Extension to download files from Scratch", "icons": { "16": "\/icons\/scratchdownload16x16.png", "32": "\/icons\/scratchdownload32x32.png", "48": "\/icons\/scratchdownload48x48.png", "128": "\/icons\/scratchdownload128x128.png" }, "action": { "default_popup": "popup\/popup.html" }, "permissions": [ "scripting" ], "host_permissions": [ "https:\/\/*\/*" ] } |