Wide Is Castilla
Comparador de precios de Dodax
什么是Wide Is Castilla?
Wide Is Castilla是由jaandreu开发的Chrome扩展程序,该扩展的主要功能是“Comparador de precios de Dodax”。
扩展截图
下载Wide Is Castilla扩展crx文件
下载Wide Is Castilla扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
                        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.                     扩展基本信息
| 名称 |   |  
| ID | apgcinhnmikihkefdfjjnpogcecgonmg | 
| 官方URL | https://chromewebstore.google.com/detail/wide-is-castilla/apgcinhnmikihkefdfjjnpogcecgonmg | 
| 简介 | Comparador de precios de Dodax | 
| 文件大小 | 58.06 KB | 
| 安装次数 | 184 | 
| 当前版本 | 1.0.1 | 
| 更新时间 | 2021-04-01 | 
| 上架时间 | 2020-11-23 | 
| 评分 | 5.00/5 共2次评分 | 
| 开发者 | jaandreu | 
| 电子邮箱 | [email protected] | 
| 付费类型 | free | 
| 支持的语言 | 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
}  |  |