PedidosYa Description Viewer

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

Hvad er PedidosYa Description Viewer?

PedidosYa Description Viewer er en Chrome-udvidelse udviklet af Joaquin Alonso =D, og dens hovedfunktion er "This extension allows you to view the food item's description in PedidosYa sites.".

Udvidelsesskærmbilleder

screenshot

Download PedidosYa Description Viewer-udvidelses-CRX-fil

Download PedidosYa Description Viewer-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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!                    

Grundlæggende oplysninger om udvidelsen

Navn PedidosYa Description Viewer PedidosYa Description Viewer
ID opfeegkiheaaofllahpeaceikjmjdbbg
Officiel URL https://chromewebstore.google.com/detail/pedidosya-description-vie/opfeegkiheaaofllahpeaceikjmjdbbg
Beskrivelse This extension allows you to view the food item's description in PedidosYa sites.
Filstørrelse 16.52 KB
Antal Installationer 389
Nuværende Version 1.0
Senest Opdateret 2019-03-25
Udgivelsesdato 2019-03-25
Udvikler Joaquin Alonso =D
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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\/*"
            ]
        }
    ]
}