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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This extension downloads videos from Scratch. You just need to specify the number of milliseconds! This even works with interactive projects!
확장 프로그램 기본 정보
이름 | 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:\/\/*\/*" ] } |