Wolt: I'm Feeling lucky button
Picks a random Wolt restaurant. For when you are not sure what you want
Co je Wolt: I'm Feeling lucky button?
Wolt: I'm Feeling lucky button je rozšíření Chrome vyvinuté Mark Gurevich, a jeho hlavní funkcí je „Picks a random Wolt restaurant. For when you are not sure what you want“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Wolt: I'm Feeling lucky button
Stáhněte si soubory rozšíření Wolt: I'm Feeling lucky button ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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. Základní Informace o Rozšíření
| Název | |
| ID | aokjbcgbdlnjmcehdkpmhbohjfadhnbi |
| Oficiální URL | https://chromewebstore.google.com/detail/wolt-im-feeling-lucky-but/aokjbcgbdlnjmcehdkpmhbohjfadhnbi |
| Popis | Picks a random Wolt restaurant. For when you are not sure what you want |
| Velikost souboru | 32.19 KB |
| Počet instalací | 33 |
| Aktuální Verze | 0.1.3 |
| Poslední Aktualizace | 2022-10-11 |
| Datum Vydání | 2022-10-03 |
| Hodnocení | 4.00/5 Celkem 3 Hodnocení |
| Vývojář | Mark Gurevich |
| [email protected] | |
| Typ Platby | free |
| Podporované Jazyky | 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:\/\/*\/*"
]
} | |