Vivino Rating for Systembolaget
Check out Vivino Wine Rating on Systembolaget website
Vivino Rating for Systembolagetとは何ですか?
Vivino Rating for Systembolagetはhttps://lyamkin.comによって開発されたChromeの拡張機能で、その主な機能は「Check out Vivino Wine Rating on Systembolaget website」です。
拡張機能のスクリーンショット
Vivino Rating for Systembolaget拡張機能のCRXファイルをダウンロード
Vivino Rating for Systembolaget拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Extension automatically adds wine ratings from Vivino to Systembolaget website, so you can make the best choice 🍷🇸🇪
拡張機能の基本情報
名前 | Vivino Rating for Systembolaget |
ID | lpnfmgjfljmhengiiigfkbkfgofdomgf |
公式URL | https://chromewebstore.google.com/detail/vivino-rating-for-systemb/lpnfmgjfljmhengiiigfkbkfgofdomgf |
説明 | Check out Vivino Wine Rating on Systembolaget website |
ファイルサイズ | 19.21 KB |
インストール数 | 140 |
現在のバージョン | 1.1 |
最終更新日 | 2021-06-04 |
公開日 | 2021-06-02 |
評価 | 3.67/5 合計 3 レビュー |
開発者 | https://lyamkin.com |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Vivino Rating for Systembolaget", "version": "1.1", "description": "Check out Vivino Wine Rating on Systembolaget website", "manifest_version": 3, "permissions": [], "host_permissions": [ "*:\/\/*.algolia.net\/*" ], "content_scripts": [ { "matches": [ "https:\/\/www.systembolaget.se\/*" ], "js": [ "contentScript.js" ] } ], "background": { "service_worker": "background.js" } } |