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 |
电子邮箱 | [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" } } |