Systembolaget+

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

Systembolaget+คืออะไร?

Systembolaget+ เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Mattias และคุณลักษณะหลักของมันคือ "Adds 🍷 Vivino, 🍺 Untappd & 🥃 Distiller ratings too systembolaget.se"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Systembolaget+

ดาวน์โหลดไฟล์ส่วนขยาย 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
    }
}