Wall-It

WALL-IT-BUTTON

Co to jest Wall-It?

Wall-It to rozszerzenie Chrome opracowane przez https://www.shopthewall.com, a jego główną funkcją jest „WALL-IT-BUTTON”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Wall-It

Pobierz pliki rozszerzeń Wall-It w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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!                    

Podstawowe informacje o rozszerzeniu

Nazwa Wall-It Wall-It
ID afbalnlnpndpcccpiohigmnbhnjekopf
Oficjalny URL https://chromewebstore.google.com/detail/wall-it/afbalnlnpndpcccpiohigmnbhnjekopf
Opis WALL-IT-BUTTON
Rozmiar pliku 94.18 KB
Liczba instalacji 16
Aktualna Wersja 0.4.6.10
Ostatnia Aktualizacja 2017-12-06
Data Publikacji 2017-12-06
Ocena 5.00/5 Łącznie 2 Oceny
Deweloper https://www.shopthewall.com
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://www.shopthewall.com
Adres URL Strony Polityki Prywatności https://www.shopthewall.com/datenschutz
Obsługiwane Języki 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\/*"
    ]
}