Scratch Downloader

A Chromium/Firefox Extension to download files from Scratch

Wat is Scratch Downloader?

Scratch Downloader is een Chrome-extensie ontwikkeld door TheUltimateGuide, en de belangrijkste functie is "A Chromium/Firefox Extension to download files from Scratch".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Scratch Downloader

Download Scratch Downloader-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        This extension downloads videos from Scratch. You just need to specify the number of milliseconds! This even works with interactive projects!                    

Basisinformatie over de Extensie

Naam Scratch Downloader Scratch Downloader
ID ceeackimohhoibchhooifgikfibjfmmk
Officiële URL https://chromewebstore.google.com/detail/scratch-downloader/ceeackimohhoibchhooifgikfibjfmmk
Beschrijving A Chromium/Firefox Extension to download files from Scratch
Bestandsgrootte 12.34 KB
Aantal Installaties 814
Huidige Versie 1.0.5
Laatst Bijgewerkt 2022-12-04
Publicatiedatum 2021-01-28
Ontwikkelaar TheUltimateGuide
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/MySixSenses/Scratch-Downloader
Ondersteunde Talen 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:\/\/*\/*"
    ]
}