eBay-Kleinanzeigen Show Full Size Images

With one click view and download all images from eBay-Kleinanzeigen page in original size.

eBay-Kleinanzeigen Show Full Size Images क्या है?

eBay-Kleinanzeigen Show Full Size Images Milan Milosev द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "With one click view and download all images from eBay-Kleinanzeigen page in original size."।

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

screenshot
screenshot

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

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

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

                        "eBay-Kleinanzeigen Show Full Size Images" is a simple chrome extension which helps you extract all the images from web page and view them in original size. No more hassle to search each image from a page source.

This extension allows you to :
✔️Preview all images as thumbnail.
✔️Open all images in original size (open in new tab).
✔️Easily download images (Right Click -> Save Image As..).

Important Note: this extension does NOT belong or related to the official eBay-Kleinanzeigen application/website in any ways. It is an unofficial app that is developed and maintained independently.

This chrome extension was first made for private use, and later I decide to share it with the rest of the world.
Any suggestions and comments are welcome ❤️

Happy scrapping!                    

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

नाम eBay-Kleinanzeigen Show Full Size Images eBay-Kleinanzeigen Show Full Size Images
ID cbpmpfinkejojdnhndpgofocindnmejn
आधिकारिक URL https://chromewebstore.google.com/detail/ebay-kleinanzeigen-show-f/cbpmpfinkejojdnhndpgofocindnmejn
विवरण With one click view and download all images from eBay-Kleinanzeigen page in original size.
फ़ाइल का आकार 10.77 KB
स्थापना संख्या 888
वर्तमान संस्करण 1.3
अंतिम अपडेट 2020-01-26
प्रकाशन तिथि 2020-01-25
रेटिंग 4.50/5 कुल 2 रेटिंग्स
डेवलपर Milan Milosev
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "eBay-Kleinanzeigen Show Full Size Images",
    "version": "1.3",
    "description": "With one click view and download all images from eBay-Kleinanzeigen page in original size.",
    "homepage_url": "https:\/\/milanmilosev.com",
    "browser_action": {
        "default_icon": "logo.png",
        "default_popup": "index.html",
        "default_title": "ChromiePop"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "all_frames": false,
            "js": [
                "content.js"
            ],
            "css": [
                "style.css"
            ]
        }
    ],
    "icons": {
        "128": "128.png"
    },
    "permissions": [
        "*:\/\/*.ebay-kleinanzeigen.de\/*\/"
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.gstatic.com\/; object-src 'self'"
}