Deviant Art Downloader

用于 Deviant Art 作品批量下载的 Chrome 扩展

Deviant Art Downloaderとは何ですか?

Deviant Art DownloaderはUnknownによって開発されたChromeの拡張機能で、その主な機能は「用于 Deviant Art 作品批量下载的 Chrome 扩展」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

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.                    

拡張機能の基本情報

名前 Deviant Art Downloader 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
Eメール [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
    }
}