Yelpify

Show Yelp ratings on Google, GrubHub, OpenTable and more sites.

What is Yelpify?

Yelpify is a Chrome extension developed by orionmelt, and its main feature is "Show Yelp ratings on Google, GrubHub, OpenTable and more sites.".

Extension Screenshots

screenshot
screenshot
screenshot

Download Yelpify Extension CRX File

Download Yelpify extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                                            

Extension Basic Information

Name Yelpify Yelpify
ID fofoloachecafflhocpecbhkdmmmoohb
Official URL https://chromewebstore.google.com/detail/yelpify/fofoloachecafflhocpecbhkdmmmoohb
Description Show Yelp ratings on Google, GrubHub, OpenTable and more sites.
File Size 23.48 KB
Installation Count 94
Current Version 1.0.5
Last Updated 2016-04-29
Publish Date 2016-04-29
Rating 3.25/5 Total 4 Ratings
Developer orionmelt
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Yelpify",
    "version": "1.0.5",
    "manifest_version": 2,
    "description": "Show Yelp ratings on Google, GrubHub, OpenTable and more sites.",
    "icons": {
        "16": "images\/icons\/icon-16.png",
        "32": "images\/icons\/icon-32.png",
        "48": "images\/icons\/icon-48.png",
        "128": "images\/icons\/icon-128.png"
    },
    "permissions": [
        "storage"
    ],
    "options_page": "options.html",
    "web_accessible_resources": [
        "images\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.google.com\/*",
                "https:\/\/*.google.com\/*"
            ],
            "css": [
                "styles\/sites\/google.css"
            ],
            "js": [
                "scripts\/lib\/mutation-summary.js",
                "scripts\/yelp.js",
                "scripts\/sites\/google.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "http:\/\/*.grubhub.com\/*",
                "https:\/\/*.grubhub.com\/*",
                "http:\/\/*.seamless.com\/*",
                "https:\/\/*.seamless.com\/*"
            ],
            "css": [
                "styles\/sites\/grubhub.css"
            ],
            "js": [
                "scripts\/lib\/mutation-summary.js",
                "scripts\/yelp.js",
                "scripts\/sites\/grubhub.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "http:\/\/*.opentable.com\/*",
                "https:\/\/*.opentable.com\/*"
            ],
            "css": [
                "styles\/sites\/opentable.css"
            ],
            "js": [
                "scripts\/lib\/mutation-summary.js",
                "scripts\/yelp.js",
                "scripts\/sites\/opentable.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "http:\/\/*.tripadvisor.com\/*",
                "https:\/\/*.tripadvisor.com\/*"
            ],
            "css": [
                "styles\/sites\/tripadvisor.css"
            ],
            "js": [
                "scripts\/lib\/mutation-summary.js",
                "scripts\/yelp.js",
                "scripts\/sites\/tripadvisor.js"
            ],
            "run_at": "document_start"
        }
    ]
}