Wide Is Castilla
Comparador de precios de Dodax
What is Wide Is Castilla?
Wide Is Castilla is a Chrome extension developed by jaandreu, and its main feature is "Comparador de precios de Dodax".
Extension Screenshots
Download Wide Is Castilla Extension CRX File
Download Wide Is Castilla extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Compara los distintos precios de un producto vendido por Dodax en sus diferentes tiendas y muestra el resultado en una tabla en el detalle del producto.
Extension Basic Information
Name | Wide Is Castilla |
ID | apgcinhnmikihkefdfjjnpogcecgonmg |
Official URL | https://chromewebstore.google.com/detail/wide-is-castilla/apgcinhnmikihkefdfjjnpogcecgonmg |
Description | Comparador de precios de Dodax |
File Size | 58.06 KB |
Installation Count | 184 |
Current Version | 1.0.1 |
Last Updated | 2021-04-01 |
Publish Date | 2020-11-23 |
Rating | 5.00/5 Total 2 Ratings |
Developer | jaandreu |
[email protected] | |
Payment Type | free |
Supported Languages | es |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Wide Is Castilla", "version": "1.0.1", "author": "jaandreu", "description": "Comparador de precios de Dodax", "permissions": [ "https:\/\/www.dodax.es\/*", "https:\/\/www.dodax.fr\/*", "https:\/\/www.dodax.it\/*", "https:\/\/www.dodax.de\/*", "https:\/\/www.dodax.co.uk\/*", "https:\/\/www.dodax.pl\/*", "https:\/\/www.dodax.at\/*", "https:\/\/www.dodax.nl\/*", "https:\/\/free.currconv.com\/*" ], "content_scripts": [ { "matches": [ "https:\/\/www.dodax.es\/*-dp*", "https:\/\/www.dodax.de\/*-dp*", "https:\/\/www.dodax.fr\/*-dp*", "https:\/\/www.dodax.it\/*-dp*", "https:\/\/www.dodax.co.uk\/*-dp*", "https:\/\/www.dodax.pl\/*-dp*", "https:\/\/www.dodax.at\/*-dp*", "https:\/\/www.dodax.nl\/*-dp*" ], "js": [ "search.js" ], "run_at": "document_end" } ], "background": { "scripts": [ "background.js" ], "persistent": false }, "icons": { "16": "images\/vinyl16.png", "32": "images\/vinyl32.png", "48": "images\/vinyl48.png", "128": "images\/vinyl128.png" }, "manifest_version": 2 } |