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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Tired of manually saving the pictures you found on ZeroChan? Just click the little disc icon to download the Picture in full quality"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Zerochan Image Downloader एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
ईमेल [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"
            ]
        }
    ]
}