Comics Downloader

Download comic books!

Comics Downloader क्या है?

Comics Downloader ruflashist द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Download comic books!"।

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

screenshot

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

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

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

                        Was developed to download comics. Currently works only with the readcomiconline website.

How to:
- Open readcomiconline
- Find a comic book you would like to download
- Open the page with this comic book
- Press the Comics Downloader extension icon
- Wait
- Wait more
- Sometimes you have to wait quite a long time (though the progress is shown as percentage above the extension icon)
- Find the .cbz archive in the download folder

Feel free to leave a comment if something is good/bad about the way the extension works. Any feedback is appreciated!

Version 1.4:
- Make the extension work with different domains of the readcomiconline website.

Version 1.2:
- The archived comic books size is reduced by 5-8 times.
- Images saving format is changed to JPG (previously PNG).                    

एक्सटेंशन की मूल जानकारी

नाम Comics Downloader Comics Downloader
ID kppcdcpdknadnfdblpnknkpejminjlfn
आधिकारिक URL https://chromewebstore.google.com/detail/comics-downloader/kppcdcpdknadnfdblpnknkpejminjlfn
विवरण Download comic books!
फ़ाइल का आकार 160 KB
स्थापना संख्या 3,135
वर्तमान संस्करण 1.4
अंतिम अपडेट 2021-05-01
प्रकाशन तिथि 2019-10-12
रेटिंग 3.24/5 कुल 46 रेटिंग्स
डेवलपर ruflashist
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Comics Downloader",
    "version": "1.4",
    "description": "Download comic books!",
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "notifications"
    ],
    "background": {
        "scripts": [
            "libs\/FileSaver.js",
            "libs\/jszip.js",
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": [],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "contentScript.js"
            ]
        }
    ],
    "icons": {
        "16": "images\/main_16.png",
        "32": "images\/main_32.png",
        "48": "images\/main_48.png",
        "128": "images\/main_128.png"
    },
    "manifest_version": 2
}