Scratch Downloader

A Chromium/Firefox Extension to download files from Scratch

Cos'è Scratch Downloader?

Scratch Downloader è un'estensione di Chrome sviluppata da TheUltimateGuide, e la sua funzione principale è "A Chromium/Firefox Extension to download files from Scratch".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Scratch Downloader

Scarica i file di estensione Scratch Downloader in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Scratch Downloader Scratch Downloader
ID ceeackimohhoibchhooifgikfibjfmmk
URL Ufficiale https://chromewebstore.google.com/detail/scratch-downloader/ceeackimohhoibchhooifgikfibjfmmk
Descrizione A Chromium/Firefox Extension to download files from Scratch
Dimensione del File 12.34 KB
Conteggio Installazioni 814
Versione Corrente 1.0.5
Ultimo Aggiornamento 2022-12-04
Data di Pubblicazione 2021-01-28
Sviluppatore TheUltimateGuide
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/MySixSenses/Scratch-Downloader
Lingue Supportate 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:\/\/*\/*"
    ]
}