Deviant Art Downloader
用于 Deviant Art 作品批量下载的 Chrome 扩展
Deviant Art Downloader란 무엇입니까?
Deviant Art Downloader은(는) Unknown에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "用于 Deviant Art 作品批量下载的 Chrome 扩展"입니다.
확장 프로그램 스크린샷
Deviant Art Downloader 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
DeviantArtDownloader 是一个用于批量下载 DeviantArt 作品、收藏的 chrome 扩展。 DeviantArtDownloader is a Chrome extension used to download galleries, favourites from DeviantArt.
확장 프로그램 기본 정보
이름 | Deviant Art Downloader |
ID | gbfhkaekginiijjfnjlmcaldmjpiajmm |
공식 URL | https://chromewebstore.google.com/detail/deviant-art-downloader/gbfhkaekginiijjfnjlmcaldmjpiajmm |
설명 | 用于 Deviant Art 作品批量下载的 Chrome 扩展 |
파일 크기 | 1.43 MB |
설치 횟수 | 966 |
현재 버전 | 1.0.5 |
최근 업데이트 | 2022-05-25 |
출시 날짜 | 2022-04-21 |
평점 | 2.25/5 총 4 개의 평점 |
개발자 | Unknown |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "short_name": "Deviant Art Downloader", "name": "Deviant Art Downloader", "version": "1.0.5", "manifest_version": 3, "description": "\u7528\u4e8e Deviant Art \u4f5c\u54c1\u6279\u91cf\u4e0b\u8f7d\u7684 Chrome \u6269\u5c55", "homepage_url": "http:\/\/www.ovo7.cn", "icons": { "16": "images\/icon48.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "action": { "default_icon": "images\/icon48.png", "default_title": "Deviant Art Downloader", "default_popup": "index.html" }, "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "*:\/\/www.deviantart.com\/*" ], "css": [ "static\/content.css" ], "js": [ "static\/content.js" ], "run_at": "document_end" } ], "permissions": [ "storage", "downloads", "tabs" ], "externally_connectable": { "ids": [ "efcmplbhldgieddcnknaohfggcfodebk" ], "matches": [ "https:\/\/www.deviantart.com\/*" ], "accepts_tls_channel_id": false } } |