Systembolaget+

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

什么是Systembolaget+?

Systembolaget+是由Mattias开发的Chrome扩展程序,该扩展的主要功能是“Adds 🍷 Vivino, 🍺 Untappd & 🥃 Distiller ratings too systembolaget.se”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载Systembolaget+扩展crx文件

下载Systembolaget+扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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
    }
}