Cosplay Photo Downloader

Easy to download high-quality cosplay photo without login.

Cosplay Photo Downloader क्या है?

Cosplay Photo Downloader https://nyanyadesu.wordpress.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Easy to download high-quality cosplay photo without login."।

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

screenshot
screenshot

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

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

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

                        Support sites:
- https://worldcosplay.net                    

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

नाम Cosplay Photo Downloader Cosplay Photo Downloader
ID jenhenbdanihmbpbblhcggobleniajck
आधिकारिक URL https://chromewebstore.google.com/detail/cosplay-photo-downloader/jenhenbdanihmbpbblhcggobleniajck
विवरण Easy to download high-quality cosplay photo without login.
फ़ाइल का आकार 111 KB
स्थापना संख्या 85
वर्तमान संस्करण 1.1.4
अंतिम अपडेट 2022-11-19
प्रकाशन तिथि 2019-11-18
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर https://nyanyadesu.wordpress.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://nyanyadesu.wordpress.com
सहायता पृष्ठ URL https://nyanyadesu.wordpress.com/2018/05/05/photo-download-extension-for-worldcosplaycure/
समर्थित भाषाएँ 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"
    }
}