Scratch Downloader
A Chromium/Firefox Extension to download files from Scratch
Scratch Downloader là gì?
Scratch Downloader là một tiện ích mở rộng Chrome được phát triển bởi TheUltimateGuide, và tính năng chính của nó là "A Chromium/Firefox Extension to download files from Scratch".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Scratch Downloader
Tải xuống các tệp mở rộng Scratch Downloader dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
This extension downloads videos from Scratch. You just need to specify the number of milliseconds! This even works with interactive projects!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Scratch Downloader |
ID | ceeackimohhoibchhooifgikfibjfmmk |
URL Chính Thức | https://chromewebstore.google.com/detail/scratch-downloader/ceeackimohhoibchhooifgikfibjfmmk |
Mô tả | A Chromium/Firefox Extension to download files from Scratch |
Kích Thước Tệp | 12.34 KB |
Số Lần Cài Đặt | 814 |
Phiên Bản Hiện Tại | 1.0.5 |
Cập Nhật Lần Cuối | 2022-12-04 |
Ngày Phát Hành | 2021-01-28 |
Nhà Phát Triển | TheUltimateGuide |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/MySixSenses/Scratch-Downloader |
Ngôn Ngữ Được Hỗ Trợ | 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:\/\/*\/*" ] } |