PedidosYa Description Viewer

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

Wat is PedidosYa Description Viewer?

PedidosYa Description Viewer is een Chrome-extensie ontwikkeld door Joaquin Alonso =D, en de belangrijkste functie is "This extension allows you to view the food item's description in PedidosYa sites.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie PedidosYa Description Viewer

Download PedidosYa Description Viewer-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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!                    

Basisinformatie over de Extensie

Naam PedidosYa Description Viewer PedidosYa Description Viewer
ID opfeegkiheaaofllahpeaceikjmjdbbg
Officiële URL https://chromewebstore.google.com/detail/pedidosya-description-vie/opfeegkiheaaofllahpeaceikjmjdbbg
Beschrijving This extension allows you to view the food item's description in PedidosYa sites.
Bestandsgrootte 16.52 KB
Aantal Installaties 389
Huidige Versie 1.0
Laatst Bijgewerkt 2019-03-25
Publicatiedatum 2019-03-25
Ontwikkelaar Joaquin Alonso =D
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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\/*"
            ]
        }
    ]
}