PedidosYa Description Viewer
This extension allows you to view the food item's description in PedidosYa sites.
Was ist PedidosYa Description Viewer?
PedidosYa Description Viewer ist eine Chrome-Erweiterung, die von Joaquin Alonso =D entwickelt wurde, und ihr Hauptmerkmal ist "This extension allows you to view the food item's description in PedidosYa sites.".
Erweiterungsscreenshots
PedidosYa Description Viewer-Erweiterungs-CRX-Datei herunterladen
Laden Sie PedidosYa Description Viewer-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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!
Grundlegende Informationen zur Erweiterung
Name | PedidosYa Description Viewer |
ID | opfeegkiheaaofllahpeaceikjmjdbbg |
Offizielle URL | https://chromewebstore.google.com/detail/pedidosya-description-vie/opfeegkiheaaofllahpeaceikjmjdbbg |
Beschreibung | This extension allows you to view the food item's description in PedidosYa sites. |
Dateigröße | 16.52 KB |
Installationsanzahl | 389 |
Aktuelle Version | 1.0 |
Letztes Update | 2019-03-25 |
Veröffentlichungsdatum | 2019-03-25 |
Entwickler | Joaquin Alonso =D |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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\/*" ] } ] } |