Wolt: I'm Feeling lucky button
Picks a random Wolt restaurant. For when you are not sure what you want
Qu'est-ce que Wolt: I'm Feeling lucky button ?
Wolt: I'm Feeling lucky button est une extension Chrome développée par Mark Gurevich, et sa fonction principale est "Picks a random Wolt restaurant. For when you are not sure what you want".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Wolt: I'm Feeling lucky button
Téléchargez les fichiers d'extension Wolt: I'm Feeling lucky button au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
This extension creates an "I'm feeling lucky" button on Wolt. Pressing the button chooses a random restaurant for you that is able to deliver to you. For those "I'm not sure what I want" moments. Additionally pressing the extension icon from anywhere takes you to Wolt homepage. Currently only supports the English version of the website.
Informations de Base sur l'Extension
Nom | Wolt: I'm Feeling lucky button |
ID | aokjbcgbdlnjmcehdkpmhbohjfadhnbi |
URL Officiel | https://chromewebstore.google.com/detail/wolt-im-feeling-lucky-but/aokjbcgbdlnjmcehdkpmhbohjfadhnbi |
Description | Picks a random Wolt restaurant. For when you are not sure what you want |
Taille du Fichier | 32.19 KB |
Nombre d'Installations | 33 |
Version Actuelle | 0.1.3 |
Dernière Mise à Jour | 2022-10-11 |
Date de Publication | 2022-10-03 |
Évaluation | 4.00/5 Total 3 Évaluations |
Développeur | Mark Gurevich |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Wolt: I'm Feeling lucky button", "description": "Picks a random Wolt restaurant. For when you are not sure what you want", "background": { "service_worker": "background.js" }, "action": [], "version": "0.1.3", "icons": { "32": "icons\/icon-32.png", "48": "icons\/icon-48.png", "128": "icons\/icon-128.png", "160": "icons\/icon-160.png" }, "manifest_version": 3, "permissions": [ "scripting", "tabs" ], "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } |