Wide Is Castilla

Comparador de precios de Dodax

Wide Is Castillaとは何ですか?

Wide Is Castillaはjaandreuによって開発されたChromeの拡張機能で、その主な機能は「Comparador de precios de Dodax」です。

拡張機能のスクリーンショット

screenshot

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.                    

拡張機能の基本情報

名前 Wide Is Castilla Wide Is Castilla
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
Eメール [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
}