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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension allows you to view the food item's description in PedidosYa sites."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में PedidosYa Description Viewer एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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\/*"
            ]
        }
    ]
}