Scratch Downloader

Scratch Downloader

A Chromium/Firefox Extension to download files from Scratch

Merlin
Additional files are visible only to premium users

manifest.json


{
  "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://*/*"
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}