Vivino Rating for Systembolaget
Check out Vivino Wine Rating on Systembolaget website
Vad är Vivino Rating for Systembolaget?
Vivino Rating for Systembolaget är en Chrome-tillägg utvecklad av https://lyamkin.com, och dess huvudfunktion är "Check out Vivino Wine Rating on Systembolaget website".
Tilläggsskärmbilder
Ladda ner Vivino Rating for Systembolaget-förlängningens CRX-fil
Ladda ner Vivino Rating for Systembolaget-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Extension automatically adds wine ratings from Vivino to Systembolaget website, so you can make the best choice 🍷🇸🇪
Grundläggande Information om Tillägg
Namn | Vivino Rating for Systembolaget |
ID | lpnfmgjfljmhengiiigfkbkfgofdomgf |
Officiell webbadress | https://chromewebstore.google.com/detail/vivino-rating-for-systemb/lpnfmgjfljmhengiiigfkbkfgofdomgf |
Beskrivning | Check out Vivino Wine Rating on Systembolaget website |
Filstorlek | 19.21 KB |
Antal Installationer | 140 |
Aktuell Version | 1.1 |
Senast Uppdaterad | 2021-06-04 |
Publiceringsdatum | 2021-06-02 |
Betyg | 3.67/5 Totalt 3 Betyg |
Utvecklare | https://lyamkin.com |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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" } } |