Wolt: I'm Feeling lucky button

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

Was ist Wolt: I'm Feeling lucky button?

Wolt: I'm Feeling lucky button ist eine Chrome-Erweiterung, die von Mark Gurevich entwickelt wurde, und ihr Hauptmerkmal ist "Picks a random Wolt restaurant. For when you are not sure what you want".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Wolt: I'm Feeling lucky button-Erweiterungs-CRX-Datei herunterladen

Laden Sie Wolt: I'm Feeling lucky button-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Wolt: I'm Feeling lucky button Wolt: I'm Feeling lucky button
ID aokjbcgbdlnjmcehdkpmhbohjfadhnbi
Offizielle URL https://chromewebstore.google.com/detail/wolt-im-feeling-lucky-but/aokjbcgbdlnjmcehdkpmhbohjfadhnbi
Beschreibung Picks a random Wolt restaurant. For when you are not sure what you want
Dateigröße 32.19 KB
Installationsanzahl 33
Aktuelle Version 0.1.3
Letztes Update 2022-10-11
Veröffentlichungsdatum 2022-10-03
Bewertung 4.00/5 Insgesamt 3 Bewertungen
Entwickler Mark Gurevich
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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:\/\/*\/*"
    ]
}