Comics Downloader

Download comic books!

Apa itu Comics Downloader?

Comics Downloader adalah ekstensi Chrome yang dikembangkan oleh ruflashist, dan fitur utamanya adalah "Download comic books!".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Comics Downloader

Unduh file ekstensi Comics Downloader dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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).                    

Informasi Dasar Ekstensi

Nama Comics Downloader Comics Downloader
ID kppcdcpdknadnfdblpnknkpejminjlfn
URL Resmi https://chromewebstore.google.com/detail/comics-downloader/kppcdcpdknadnfdblpnknkpejminjlfn
Deskripsi Download comic books!
Ukuran File 160 KB
Jumlah Instalasi 3,135
Versi Saat Ini 1.4
Terakhir Diperbarui 2021-05-01
Tanggal Publikasi 2019-10-12
Penilaian 3.24/5 Total 46 Penilaian
Pengembang ruflashist
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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
}