Wall-It
WALL-IT-BUTTON
Cos'è Wall-It?
Wall-It è un'estensione di Chrome sviluppata da https://www.shopthewall.com, e la sua funzione principale è "WALL-IT-BUTTON".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Wall-It
Scarica i file di estensione Wall-It in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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!
Informazioni di Base sull'Estensione
Nome | |
ID | afbalnlnpndpcccpiohigmnbhnjekopf |
URL Ufficiale | https://chromewebstore.google.com/detail/wall-it/afbalnlnpndpcccpiohigmnbhnjekopf |
Descrizione | WALL-IT-BUTTON |
Dimensione del File | 94.18 KB |
Conteggio Installazioni | 16 |
Versione Corrente | 0.4.6.10 |
Ultimo Aggiornamento | 2017-12-06 |
Data di Pubblicazione | 2017-12-06 |
Valutazione | 5.00/5 Totale 2 Valutazioni |
Sviluppatore | https://www.shopthewall.com |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://www.shopthewall.com |
URL della Pagina della Politica sulla Privacy | https://www.shopthewall.com/datenschutz |
Lingue Supportate | 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\/*" ] } |