Vivino Wine Ratings

Get Vivino Ratings for UK online wine shops (Majestic, Laithwaite's, Virgin Wines)

What is Vivino Wine Ratings?

Vivino Wine Ratings is a Chrome extension developed by charaka, and its main feature is "Get Vivino Ratings for UK online wine shops (Majestic, Laithwaite's, Virgin Wines)".

Extension Screenshots

screenshot
screenshot

Download Vivino Wine Ratings Extension CRX File

Download Vivino Wine Ratings 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

                        Ever wondered if the wine you're about to buy is any good? Try this extension to get instant Vivino ratings as you're browsing wines on some of UK's most popular wine websites (Majestic, Laithwaite's, Virgin Wines)                    

Extension Basic Information

Name Vivino Wine Ratings Vivino Wine Ratings
ID jhhkmpejmdclmgpchgddnbijhnejoldi
Official URL https://chromewebstore.google.com/detail/vivino-wine-ratings/jhhkmpejmdclmgpchgddnbijhnejoldi
Description Get Vivino Ratings for UK online wine shops (Majestic, Laithwaite's, Virgin Wines)
File Size 10.74 KB
Installation Count 124
Current Version 0.0.1
Last Updated 2020-07-25
Publish Date 2020-07-25
Rating 1.00/5 Total 1 Ratings
Developer charaka
Email [email protected]
Payment Type free
Supported Languages en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Vivino Wine Ratings",
    "version": "0.0.1",
    "description": "Get Vivino Ratings for UK online wine shops (Majestic, Laithwaite's, Virgin Wines)",
    "permissions": [
        "https:\/\/www.vivino.com\/search\/wines"
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "https:\/\/www.majestic.co.uk\/wine*",
                "https:\/\/www.laithwaites.co.uk\/wines*",
                "https:\/\/www.virginwines.co.uk\/*"
            ]
        }
    ]
}