Systembolaget+

Adds 🍷 Vivino, 🍺 Untappd & 🥃 Distiller ratings too systembolaget.se

Systembolaget+ क्या है?

Systembolaget+ Mattias द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Adds 🍷 Vivino, 🍺 Untappd & 🥃 Distiller ratings too systembolaget.se"।

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Bought something distasteful on systembolaget? No more.
This extension helps you buy the good stuff, that other people has vouched for!

The extension automatically adds crowd sourced ratings to wines, beers, and liquors and if you want to see what people say about it, it’s just a click away.

Each item gets extended with:
⭐️ Rating
🏞 mage (if missing on systembolaget)
🌐 Link to Vivino/Untappd/Distiller

You’ll see it in action on search and product pages.

---

Wine ratings are sources from vivino.com
Beer ratings are sourced from untappd.com
Liquor ratings are sourced from distiller.com                    

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

नाम Systembolaget+ Systembolaget+
ID gogijmppfpeoncddnegpnoeieodidjkb
आधिकारिक URL https://chromewebstore.google.com/detail/systembolaget+/gogijmppfpeoncddnegpnoeieodidjkb
विवरण Adds 🍷 Vivino, 🍺 Untappd & 🥃 Distiller ratings too systembolaget.se
फ़ाइल का आकार 53.54 KB
स्थापना संख्या 185
वर्तमान संस्करण 1.1.2
अंतिम अपडेट 2022-03-17
प्रकाशन तिथि 2022-01-15
रेटिंग 2.75/5 कुल 8 रेटिंग्स
डेवलपर Mattias
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Systembolaget+",
    "version": "1.1.2",
    "manifest_version": 2,
    "description": "Adds\u00a0\ud83c\udf77 Vivino,\u00a0\ud83c\udf7a Untappd &\u00a0\ud83e\udd43 Distiller ratings too systembolaget.se",
    "homepage_url": "http:\/\/mattias.lol",
    "author": "Mattias Hemmingsson",
    "permissions": [
        "*:\/\/www.vivino.com\/*",
        "storage"
    ],
    "default_locale": "en",
    "icons": {
        "16": "16.d6b95be6.png",
        "48": "48.f9f626e0.png",
        "128": "128.01f53b3e.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.systembolaget.se\/*",
                "https:\/\/untappd.com\/*",
                "https:\/\/distiller.com\/*"
            ],
            "css": [
                "styles.52fc47f8.css"
            ],
            "js": [
                "extension.c6a69d88.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.44d58882.js"
        ],
        "persistent": false
    }
}