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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย 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 ของส่วนขยาย Zerochan Image Downloader

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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"
            ]
        }
    ]
}