Wolt: I'm Feeling lucky button

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

What is Wolt: I'm Feeling lucky button?

Wolt: I'm Feeling lucky button is a Chrome extension developed by Mark Gurevich, and its main feature is "Picks a random Wolt restaurant. For when you are not sure what you want".

Extension Screenshots

screenshot
screenshot
screenshot

Download Wolt: I'm Feeling lucky button Extension CRX File

Download Wolt: I'm Feeling lucky button extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Wolt: I'm Feeling lucky button Wolt: I'm Feeling lucky button
ID aokjbcgbdlnjmcehdkpmhbohjfadhnbi
Official URL https://chromewebstore.google.com/detail/wolt-im-feeling-lucky-but/aokjbcgbdlnjmcehdkpmhbohjfadhnbi
Description Picks a random Wolt restaurant. For when you are not sure what you want
File Size 32.19 KB
Installation Count 33
Current Version 0.1.3
Last Updated 2022-10-11
Publish Date 2022-10-03
Rating 4.00/5 Total 3 Ratings
Developer Mark Gurevich
Email [email protected]
Payment Type free
Supported Languages 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:\/\/*\/*"
    ]
}