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.”。

扩展截图

screenshot

下载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!                    

扩展基本信息

名称 PedidosYa Description Viewer PedidosYa Description Viewer
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
电子邮箱 [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\/*"
            ]
        }
    ]
}