Cosplay Photo Downloader

Easy to download high-quality cosplay photo without login.

Apa itu Cosplay Photo Downloader?

Cosplay Photo Downloader adalah ekstensi Chrome yang dikembangkan oleh https://nyanyadesu.wordpress.com, dan fitur utamanya adalah "Easy to download high-quality cosplay photo without login.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Cosplay Photo Downloader

Unduh file ekstensi Cosplay Photo 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

                        Support sites:
- https://worldcosplay.net                    

Informasi Dasar Ekstensi

Nama Cosplay Photo Downloader Cosplay Photo Downloader
ID jenhenbdanihmbpbblhcggobleniajck
URL Resmi https://chromewebstore.google.com/detail/cosplay-photo-downloader/jenhenbdanihmbpbblhcggobleniajck
Deskripsi Easy to download high-quality cosplay photo without login.
Ukuran File 111 KB
Jumlah Instalasi 85
Versi Saat Ini 1.1.4
Terakhir Diperbarui 2022-11-19
Tanggal Publikasi 2019-11-18
Penilaian 5.00/5 Total 1 Penilaian
Pengembang https://nyanyadesu.wordpress.com
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://nyanyadesu.wordpress.com
URL Halaman Bantuan https://nyanyadesu.wordpress.com/2018/05/05/photo-download-extension-for-worldcosplaycure/
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "author": "nyanyadesu",
    "name": "Cosplay Photo Downloader",
    "description": "Easy to download high-quality cosplay photo without login.",
    "homepage_url": "https:\/\/nyanyadesu.wordpress.com",
    "version": "1.1.4",
    "content_scripts": [
        {
            "run_at": "document_end",
            "matches": [
                "*:\/\/worldcosplay.net\/*",
                "*:\/\/m.worldcosplay.net\/*"
            ],
            "js": [
                "lib\/FileSaver.js-1.3.4\/FileSaver.min.js",
                "js\/worldcosplay.js",
                "js\/app.js"
            ],
            "css": [
                "css\/toast.css",
                "css\/responsive.css"
            ]
        }
    ],
    "action": {
        "default_icon": {
            "19": "img\/icon-19x19.png",
            "38": "img\/icon-38x38.png"
        },
        "default_title": "Cosplay Photo Downloader",
        "default_popup": "popup.html"
    },
    "host_permissions": [
        "https:\/\/*.sakurastorage.jp\/*",
        "https:\/\/*.worldcosplay.net\/*"
    ],
    "icons": {
        "16": "img\/icon-16x16.png",
        "48": "img\/icon-48x48.png",
        "96": "img\/icon-96x96.png",
        "128": "img\/icon-128x128.png",
        "256": "img\/icon-256x256.png"
    }
}