Wolt: I'm Feeling lucky button
Picks a random Wolt restaurant. For when you are not sure what you want
Vad är Wolt: I'm Feeling lucky button?
Wolt: I'm Feeling lucky button är en Chrome-tillägg utvecklad av Mark Gurevich, och dess huvudfunktion är "Picks a random Wolt restaurant. For when you are not sure what you want".
Tilläggsskärmbilder
Ladda ner Wolt: I'm Feeling lucky button-förlängningens CRX-fil
Ladda ner Wolt: I'm Feeling lucky button-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
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.
Grundläggande Information om Tillägg
Namn | Wolt: I'm Feeling lucky button |
ID | aokjbcgbdlnjmcehdkpmhbohjfadhnbi |
Officiell webbadress | https://chromewebstore.google.com/detail/wolt-im-feeling-lucky-but/aokjbcgbdlnjmcehdkpmhbohjfadhnbi |
Beskrivning | Picks a random Wolt restaurant. For when you are not sure what you want |
Filstorlek | 32.19 KB |
Antal Installationer | 33 |
Aktuell Version | 0.1.3 |
Senast Uppdaterad | 2022-10-11 |
Publiceringsdatum | 2022-10-03 |
Betyg | 4.00/5 Totalt 3 Betyg |
Utvecklare | Mark Gurevich |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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:\/\/*\/*" ] } |