Wolt: I'm Feeling lucky button
Picks a random Wolt restaurant. For when you are not sure what you want
Cos'è Wolt: I'm Feeling lucky button?
Wolt: I'm Feeling lucky button è un'estensione di Chrome sviluppata da Mark Gurevich, e la sua funzione principale è "Picks a random Wolt restaurant. For when you are not sure what you want".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Wolt: I'm Feeling lucky button
Scarica i file di estensione Wolt: I'm Feeling lucky button in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Wolt: I'm Feeling lucky button |
ID | aokjbcgbdlnjmcehdkpmhbohjfadhnbi |
URL Ufficiale | https://chromewebstore.google.com/detail/wolt-im-feeling-lucky-but/aokjbcgbdlnjmcehdkpmhbohjfadhnbi |
Descrizione | Picks a random Wolt restaurant. For when you are not sure what you want |
Dimensione del File | 32.19 KB |
Conteggio Installazioni | 33 |
Versione Corrente | 0.1.3 |
Ultimo Aggiornamento | 2022-10-11 |
Data di Pubblicazione | 2022-10-03 |
Valutazione | 4.00/5 Totale 3 Valutazioni |
Sviluppatore | Mark Gurevich |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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:\/\/*\/*" ] } |