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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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
    }
}