PedidosYa Description Viewer
This extension allows you to view the food item's description in PedidosYa sites.
PedidosYa Description Viewerとは何ですか?
PedidosYa Description ViewerはJoaquin Alonso =Dによって開発されたChromeの拡張機能で、その主な機能は「This extension allows you to view the food item's description in PedidosYa sites.」です。
拡張機能のスクリーンショット
PedidosYa Description Viewer拡張機能のCRXファイルをダウンロード
PedidosYa Description Viewer拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
                        Extension to be able to see PedidosYa sites food item's description by overwriting the fixed heights and overflows with some ugly !important CSS rules =). If I missed anything please let me know!                     拡張機能の基本情報
| 名前 |   |  
| ID | opfeegkiheaaofllahpeaceikjmjdbbg | 
| 公式URL | https://chromewebstore.google.com/detail/pedidosya-description-vie/opfeegkiheaaofllahpeaceikjmjdbbg | 
| 説明 | This extension allows you to view the food item's description in PedidosYa sites. | 
| ファイルサイズ | 16.52 KB | 
| インストール数 | 389 | 
| 現在のバージョン | 1.0 | 
| 最終更新日 | 2019-03-25 | 
| 公開日 | 2019-03-25 | 
| 開発者 | Joaquin Alonso =D | 
| Eメール | [email protected] | 
| 支払い方法 | free | 
| 対応言語 | en | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "PedidosYa Description Viewer",
    "version": "1.0",
    "description": "This extension allows you to view the food item's description in PedidosYa sites.",
    "icons": {
        "16": "images\/16.png",
        "32": "images\/32.png",
        "48": "images\/48.png",
        "128": "images\/128.png"
    },
    "content_scripts": [
        {
            "css": [
                "styles.css"
            ],
            "matches": [
                "https:\/\/www.pedidosya.com.ar\/*",
                "https:\/\/www.pedidosya.com.bo\/*",
                "https:\/\/www.pedidosya.cl\/*",
                "https:\/\/www.pedidosya.com.co\/*",
                "https:\/\/www.pedidosya.com.ec\/*",
                "https:\/\/www.appetito24.com.pa\/*",
                "https:\/\/www.pedidosya.com.py\/*",
                "https:\/\/domicilios.com.pe\/*",
                "https:\/\/www.pedidosya.com.uy\/*"
            ]
        }
    ]
}  |  |