Wide Is Castilla
Comparador de precios de Dodax
Hvad er Wide Is Castilla?
Wide Is Castilla er en Chrome-udvidelse udviklet af jaandreu, og dens hovedfunktion er "Comparador de precios de Dodax".
Udvidelsesskærmbilleder
Download Wide Is Castilla-udvidelses-CRX-fil
Download Wide Is Castilla-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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. Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | apgcinhnmikihkefdfjjnpogcecgonmg |
| Officiel URL | https://chromewebstore.google.com/detail/wide-is-castilla/apgcinhnmikihkefdfjjnpogcecgonmg |
| Beskrivelse | Comparador de precios de Dodax |
| Filstørrelse | 58.06 KB |
| Antal Installationer | 184 |
| Nuværende Version | 1.0.1 |
| Senest Opdateret | 2021-04-01 |
| Udgivelsesdato | 2020-11-23 |
| Bedømmelse | 5.00/5 Samlet 2 Bedømmelser |
| Udvikler | jaandreu |
| [email protected] | |
| Betalingsmetode | free |
| Understøttede Sprog | 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
} | |