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开发的Chrome扩展程序,该扩展的主要功能是“With one click view and download all images from eBay-Kleinanzeigen page in original size.”。

扩展截图

screenshot
screenshot

下载eBay-Kleinanzeigen Show Full Size Images扩展crx文件

下载eBay-Kleinanzeigen Show Full Size Images扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        "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'"
}