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
Eメール [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:\/\/*\/*"
    ]
}