Scratch Downloader
A Chromium/Firefox Extension to download files from Scratch
Qu'est-ce que Scratch Downloader ?
Scratch Downloader est une extension Chrome développée par TheUltimateGuide, et sa fonction principale est "A Chromium/Firefox Extension to download files from Scratch".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Scratch Downloader
Téléchargez les fichiers d'extension Scratch Downloader au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
This extension downloads videos from Scratch. You just need to specify the number of milliseconds! This even works with interactive projects!
Informations de Base sur l'Extension
Nom | Scratch Downloader |
ID | ceeackimohhoibchhooifgikfibjfmmk |
URL Officiel | https://chromewebstore.google.com/detail/scratch-downloader/ceeackimohhoibchhooifgikfibjfmmk |
Description | A Chromium/Firefox Extension to download files from Scratch |
Taille du Fichier | 12.34 KB |
Nombre d'Installations | 814 |
Version Actuelle | 1.0.5 |
Dernière Mise à Jour | 2022-12-04 |
Date de Publication | 2021-01-28 |
Développeur | TheUltimateGuide |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/MySixSenses/Scratch-Downloader |
Langues Prises en Charge | 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:\/\/*\/*" ] } |