OmniGrub

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

OmniGrub क्या है?

OmniGrub Nicolas Baez & Kenneth Rosas द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "OmniGrub helps you compare DoorDash's reviews with FourSquare's and Yelp's without leaving the DoorDash restaurant page."।

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम OmniGrub OmniGrub
ID eoadljeglconpbdhmnojhbihngpmhbpj
आधिकारिक URL https://chromewebstore.google.com/detail/omnigrub/eoadljeglconpbdhmnojhbihngpmhbpj
विवरण OmniGrub helps you compare DoorDash's reviews with FourSquare's and Yelp's without leaving the DoorDash restaurant page.
फ़ाइल का आकार 100 KB
स्थापना संख्या 56
वर्तमान संस्करण 0.6
अंतिम अपडेट 2022-12-15
प्रकाशन तिथि 2022-08-14
रेटिंग 5.00/5 कुल 2 रेटिंग्स
डेवलपर Nicolas Baez & Kenneth Rosas
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ 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": [
                ""
            ]
        }
    ]
}