Vivino Rating for Systembolaget

Check out Vivino Wine Rating on Systembolaget website

What is Vivino Rating for Systembolaget?

Vivino Rating for Systembolaget is a Chrome extension developed by https://lyamkin.com, and its main feature is "Check out Vivino Wine Rating on Systembolaget website".

Extension Screenshots

screenshot

Download Vivino Rating for Systembolaget Extension CRX File

Download Vivino Rating for Systembolaget 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 automatically adds wine ratings from Vivino to Systembolaget website, so you can make the best choice 🍷🇸🇪                    

Extension Basic Information

Name Vivino Rating for Systembolaget Vivino Rating for Systembolaget
ID lpnfmgjfljmhengiiigfkbkfgofdomgf
Official URL https://chromewebstore.google.com/detail/vivino-rating-for-systemb/lpnfmgjfljmhengiiigfkbkfgofdomgf
Description Check out Vivino Wine Rating on Systembolaget website
File Size 19.21 KB
Installation Count 140
Current Version 1.1
Last Updated 2021-06-04
Publish Date 2021-06-02
Rating 3.67/5 Total 3 Ratings
Developer https://lyamkin.com
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Vivino Rating for Systembolaget",
    "version": "1.1",
    "description": "Check out Vivino Wine Rating on Systembolaget website",
    "manifest_version": 3,
    "permissions": [],
    "host_permissions": [
        "*:\/\/*.algolia.net\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.systembolaget.se\/*"
            ],
            "js": [
                "contentScript.js"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    }
}