Deviant Art Downloader
用于 Deviant Art 作品批量下载的 Chrome 扩展
什么是Deviant Art Downloader?
Deviant Art Downloader是由Unknown开发的Chrome扩展程序,该扩展的主要功能是“用于 Deviant Art 作品批量下载的 Chrome 扩展”。
扩展截图
下载Deviant Art Downloader扩展crx文件
下载Deviant Art Downloader扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
DeviantArtDownloader 是一个用于批量下载 DeviantArt 作品、收藏的 chrome 扩展。
DeviantArtDownloader is a Chrome extension used to download galleries, favourites from DeviantArt. 扩展基本信息
| 名称 | |
| 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
}
} | |