Wall-It
WALL-IT-BUTTON
Wat is Wall-It?
Wall-It is een Chrome-extensie ontwikkeld door https://www.shopthewall.com, en de belangrijkste functie is "WALL-IT-BUTTON".
Extensie Screenshots
Download het CRX-bestand van de extensie Wall-It
Download Wall-It-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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!
Basisinformatie over de Extensie
Naam | |
ID | afbalnlnpndpcccpiohigmnbhnjekopf |
Officiële URL | https://chromewebstore.google.com/detail/wall-it/afbalnlnpndpcccpiohigmnbhnjekopf |
Beschrijving | WALL-IT-BUTTON |
Bestandsgrootte | 94.18 KB |
Aantal Installaties | 16 |
Huidige Versie | 0.4.6.10 |
Laatst Bijgewerkt | 2017-12-06 |
Publicatiedatum | 2017-12-06 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | https://www.shopthewall.com |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://www.shopthewall.com |
URL van de Privacybeleid Pagina | https://www.shopthewall.com/datenschutz |
Ondersteunde Talen | 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\/*" ] } |