Wall-It

WALL-IT-BUTTON

什么是Wall-It?

Wall-It是由https://www.shopthewall.com开发的Chrome扩展程序,该扩展的主要功能是“WALL-IT-BUTTON”。

扩展截图

screenshot

下载Wall-It扩展crx文件

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

扩展使用说明

                        Der Wall-It-Button findet alle Produkte im Netz!
Wenn Du den Wall-It-Button auf Bildern siehst, kannst Du draufklicken und Du findest sofort ähnliche Produkte im Internet.
Egal wo Du gerade surfst, der Wall-It-Button findet immer etwas passendes oder gleich Dein Wunschprodukt!
Wir sammeln keine Daten über Dich!
Probier es einfach aus!                    

扩展基本信息

名称 Wall-It Wall-It
ID afbalnlnpndpcccpiohigmnbhnjekopf
官方URL https://chromewebstore.google.com/detail/wall-it/afbalnlnpndpcccpiohigmnbhnjekopf
简介 WALL-IT-BUTTON
文件大小 94.18 KB
安装次数 16
当前版本 0.4.6.10
更新时间 2017-12-06
上架时间 2017-12-06
评分 5.00/5 共2次评分
开发者 https://www.shopthewall.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.shopthewall.com
隐私政策页面URL https://www.shopthewall.com/datenschutz
支持的语言 de
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Wall-It",
    "description": "WALL-IT-BUTTON",
    "version": "0.4.6.10",
    "options_page": "options.html",
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "css": [
                "wallit.css"
            ],
            "js": [
                "jquery-2.2.1.min.js",
                "content.js",
                "featherlight.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "content_security_policy": "script-src 'self'; object-src 'self';",
    "icons": {
        "16": "img\/icon_16.png",
        "48": "img\/icon_48.png",
        "128": "img\/icon_128.png"
    },
    "browser_action": {
        "default_icon": "img\/icon_128.png"
    },
    "permissions": [
        "*:\/\/*\/*",
        "tabs",
        "storage",
        "contextMenus"
    ],
    "web_accessible_resources": [
        "img\/*"
    ]
}