PedidosYa Description Viewer

This extension allows you to view the food item's description in PedidosYa sites.

PedidosYa Description Viewer là gì?

PedidosYa Description Viewer là một tiện ích mở rộng Chrome được phát triển bởi Joaquin Alonso =D, và tính năng chính của nó là "This extension allows you to view the food item's description in PedidosYa sites.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng PedidosYa Description Viewer

Tải xuống các tệp mở rộng PedidosYa Description Viewer dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên PedidosYa Description Viewer PedidosYa Description Viewer
ID opfeegkiheaaofllahpeaceikjmjdbbg
URL Chính Thức https://chromewebstore.google.com/detail/pedidosya-description-vie/opfeegkiheaaofllahpeaceikjmjdbbg
Mô tả This extension allows you to view the food item's description in PedidosYa sites.
Kích Thước Tệp 16.52 KB
Số Lần Cài Đặt 389
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2019-03-25
Ngày Phát Hành 2019-03-25
Nhà Phát Triển Joaquin Alonso =D
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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\/*"
            ]
        }
    ]
}