OmniGrub

OmniGrub helps you compare DoorDash's reviews with FourSquare's and Yelp's without leaving the DoorDash restaurant page.

¿Qué es OmniGrub?

OmniGrub es una extensión de Chrome desarrollada por Nicolas Baez & Kenneth Rosas, y su función principal es "OmniGrub helps you compare DoorDash's reviews with FourSquare's and Yelp's without leaving the DoorDash restaurant page.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión OmniGrub

Descarga archivos de extensión OmniGrub en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        WINNER: 1st Place & Best Utility - FourSquare Places API Hackathon

Ever feel like DoorDash's reviews are a little bit too good to be true?  Use OmniGrub to make sure you know what other people think about the restaurant before you order!

Before looking for food, put in your address into DoorDash so OmniGrub can search for your restaurant.

Created by Kenneth Rosas and Nicolas Baez.                    

Información Básica de la Extensión

Nombre OmniGrub OmniGrub
ID eoadljeglconpbdhmnojhbihngpmhbpj
URL Oficial https://chromewebstore.google.com/detail/omnigrub/eoadljeglconpbdhmnojhbihngpmhbpj
Descripción OmniGrub helps you compare DoorDash's reviews with FourSquare's and Yelp's without leaving the DoorDash restaurant page.
Tamaño del Archivo 100 KB
Cantidad de Instalaciones 56
Versión Actual 0.6
Última Actualización 2022-12-15
Fecha de Publicación 2022-08-14
Calificación 5.00/5 Total de 2 Calificaciones
Desarrollador Nicolas Baez & Kenneth Rosas
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "OmniGrub",
    "version": "0.6",
    "description": "OmniGrub helps you compare DoorDash's reviews with FourSquare's and Yelp's without leaving the DoorDash restaurant page.",
    "manifest_version": 3,
    "icons": {
        "128": "icon.png"
    },
    "content_scripts": [
        {
            "css": [
                "style.css"
            ],
            "js": [
                "action.js"
            ],
            "matches": [
                "https:\/\/*.doordash.com\/store*"
            ]
        }
    ],
    "host_permissions": [
        "https:\/\/*\/store*"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "[email protected]",
                "small_2.5.png",
                "yelp-logo.png",
                "small_0.png",
                "small_1.png",
                "small_1.5.png",
                "small_2.png",
                "small_3.png",
                "small_3.5.png",
                "small_4.png",
                "small_4.5.png",
                "small_5.png",
                "external.png",
                "googleLogo.png",
                "fourlogo.jpeg"
            ],
            "matches": [
                ""
            ]
        }
    ]
}