Wolt: I'm Feeling lucky button

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

Wat is Wolt: I'm Feeling lucky button?

Wolt: I'm Feeling lucky button is een Chrome-extensie ontwikkeld door Mark Gurevich, en de belangrijkste functie is "Picks a random Wolt restaurant. For when you are not sure what you want".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Wolt: I'm Feeling lucky button

Download Wolt: I'm Feeling lucky button-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Wolt: I'm Feeling lucky button Wolt: I'm Feeling lucky button
ID aokjbcgbdlnjmcehdkpmhbohjfadhnbi
Officiële URL https://chromewebstore.google.com/detail/wolt-im-feeling-lucky-but/aokjbcgbdlnjmcehdkpmhbohjfadhnbi
Beschrijving Picks a random Wolt restaurant. For when you are not sure what you want
Bestandsgrootte 32.19 KB
Aantal Installaties 33
Huidige Versie 0.1.3
Laatst Bijgewerkt 2022-10-11
Publicatiedatum 2022-10-03
Beoordeling 4.00/5 Totaal 3 Beoordelingen
Ontwikkelaar Mark Gurevich
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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:\/\/*\/*"
    ]
}