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”。
擴展截圖
下載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! 擴展基本資訊
| 名稱 | |
| ID | ceeackimohhoibchhooifgikfibjfmmk |
| 官方網址 | 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:\/\/*\/*"
]
} | |