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 |
官方網址 | 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" } } |