Wolt: I'm Feeling lucky button

Picks a random Wolt restaurant. For when you are not sure what you want

Co to jest Wolt: I'm Feeling lucky button?

Wolt: I'm Feeling lucky button to rozszerzenie Chrome opracowane przez Mark Gurevich, a jego główną funkcją jest „Picks a random Wolt restaurant. For when you are not sure what you want”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Wolt: I'm Feeling lucky button

Pobierz pliki rozszerzeń Wolt: I'm Feeling lucky button w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Wolt: I'm Feeling lucky button Wolt: I'm Feeling lucky button
ID aokjbcgbdlnjmcehdkpmhbohjfadhnbi
Oficjalny URL https://chromewebstore.google.com/detail/wolt-im-feeling-lucky-but/aokjbcgbdlnjmcehdkpmhbohjfadhnbi
Opis Picks a random Wolt restaurant. For when you are not sure what you want
Rozmiar pliku 32.19 KB
Liczba instalacji 33
Aktualna Wersja 0.1.3
Ostatnia Aktualizacja 2022-10-11
Data Publikacji 2022-10-03
Ocena 4.00/5 Łącznie 3 Oceny
Deweloper Mark Gurevich
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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:\/\/*\/*"
    ]
}