Systembolaget+

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

Systembolaget+ là gì?

Systembolaget+ là một tiện ích mở rộng Chrome được phát triển bởi Mattias, và tính năng chính của nó là "Adds 🍷 Vivino, 🍺 Untappd & 🥃 Distiller ratings too systembolaget.se".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Systembolaget+

Tải xuống các tệp mở rộng Systembolaget+ dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Systembolaget+ Systembolaget+
ID gogijmppfpeoncddnegpnoeieodidjkb
URL Chính Thức https://chromewebstore.google.com/detail/systembolaget+/gogijmppfpeoncddnegpnoeieodidjkb
Mô tả Adds 🍷 Vivino, 🍺 Untappd & 🥃 Distiller ratings too systembolaget.se
Kích Thước Tệp 53.54 KB
Số Lần Cài Đặt 185
Phiên Bản Hiện Tại 1.1.2
Cập Nhật Lần Cuối 2022-03-17
Ngày Phát Hành 2022-01-15
Đánh Giá 2.75/5 Tổng số 8 Đánh Giá
Nhà Phát Triển Mattias
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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
    }
}