Vivino Rating for Systembolaget
Check out Vivino Wine Rating on Systembolaget website
Wat is Vivino Rating for Systembolaget?
Vivino Rating for Systembolaget is een Chrome-extensie ontwikkeld door https://lyamkin.com, en de belangrijkste functie is "Check out Vivino Wine Rating on Systembolaget website".
Extensie Screenshots
Download het CRX-bestand van de extensie Vivino Rating for Systembolaget
Download Vivino Rating for Systembolaget-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Extension automatically adds wine ratings from Vivino to Systembolaget website, so you can make the best choice 🍷🇸🇪
Basisinformatie over de Extensie
Naam | Vivino Rating for Systembolaget |
ID | lpnfmgjfljmhengiiigfkbkfgofdomgf |
Officiële URL | https://chromewebstore.google.com/detail/vivino-rating-for-systemb/lpnfmgjfljmhengiiigfkbkfgofdomgf |
Beschrijving | Check out Vivino Wine Rating on Systembolaget website |
Bestandsgrootte | 19.21 KB |
Aantal Installaties | 140 |
Huidige Versie | 1.1 |
Laatst Bijgewerkt | 2021-06-04 |
Publicatiedatum | 2021-06-02 |
Beoordeling | 3.67/5 Totaal 3 Beoordelingen |
Ontwikkelaar | https://lyamkin.com |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" } } |