Zerochan Image Downloader

Tired of manually saving the pictures you found on ZeroChan? Just click the little disc icon to download the Picture in full quality

Zerochan Image Downloaderとは何ですか?

Zerochan Image Downloaderはstfndeutschによって開発されたChromeの拡張機能で、その主な機能は「Tired of manually saving the pictures you found on ZeroChan? Just click the little disc icon to download the Picture in full quality」です。

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

screenshot

Zerochan Image Downloader拡張機能のCRXファイルをダウンロード

Zerochan Image Downloader拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Tired of manually saving the pictures you found on ZeroChan? Just click the little disc icon to download the Picture in full quality!                    

拡張機能の基本情報

名前 Zerochan Image Downloader Zerochan Image Downloader
ID ddflkoclnboehclbbkkhecijcflckeoi
公式URL https://chromewebstore.google.com/detail/zerochan-image-downloader/ddflkoclnboehclbbkkhecijcflckeoi
説明 Tired of manually saving the pictures you found on ZeroChan? Just click the little disc icon to download the Picture in full quality
ファイルサイズ 34.2 KB
インストール数 407
現在のバージョン 2.0.5
最終更新日 2023-06-13
公開日 2020-10-13
評価 4.33/5 合計 6 レビュー
開発者 stfndeutsch
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Zerochan Image Downloader",
    "version": "2.0.5",
    "description": "Tired of manually saving the pictures you found on ZeroChan? Just click the little disc icon to download the Picture in full quality",
    "homepage_url": "https:\/\/www.zerochan.net\/",
    "manifest_version": 3,
    "minimum_chrome_version": "88",
    "icons": {
        "32": "media\/zcd-32.png",
        "64": "media\/zcd-64.png",
        "128": "media\/zcd-128.png"
    },
    "permissions": [
        "downloads"
    ],
    "host_permissions": [
        "*:\/\/*.zerochan.net\/*"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.zerochan.net\/*"
            ],
            "js": [
                "main.js"
            ]
        }
    ]
}