Scratch Downloader

A Chromium/Firefox Extension to download files from Scratch

什么是Scratch Downloader?

Scratch Downloader是由TheUltimateGuide开发的Chrome扩展程序,该扩展的主要功能是“A Chromium/Firefox Extension to download files from Scratch”。

扩展截图

screenshot

下载Scratch Downloader扩展crx文件

下载Scratch Downloader扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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

扩展基本信息

名称 Scratch Downloader Scratch Downloader
ID ceeackimohhoibchhooifgikfibjfmmk
官方URL https://chromewebstore.google.com/detail/scratch-downloader/ceeackimohhoibchhooifgikfibjfmmk
简介 A Chromium/Firefox Extension to download files from Scratch
文件大小 12.34 KB
安装次数 814
当前版本 1.0.5
更新时间 2022-12-04
上架时间 2021-01-28
开发者 TheUltimateGuide
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/MySixSenses/Scratch-Downloader
支持的语言 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:\/\/*\/*"
    ]
}