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 | 
| 官方網址 | 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
}  |  |