Wolt: I'm Feeling lucky button

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

Apa itu Wolt: I'm Feeling lucky button?

Wolt: I'm Feeling lucky button adalah ekstensi Chrome yang dikembangkan oleh Mark Gurevich, dan fitur utamanya adalah "Picks a random Wolt restaurant. For when you are not sure what you want".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Wolt: I'm Feeling lucky button

Unduh file ekstensi Wolt: I'm Feeling lucky button dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Wolt: I'm Feeling lucky button Wolt: I'm Feeling lucky button
ID aokjbcgbdlnjmcehdkpmhbohjfadhnbi
URL Resmi https://chromewebstore.google.com/detail/wolt-im-feeling-lucky-but/aokjbcgbdlnjmcehdkpmhbohjfadhnbi
Deskripsi Picks a random Wolt restaurant. For when you are not sure what you want
Ukuran File 32.19 KB
Jumlah Instalasi 33
Versi Saat Ini 0.1.3
Terakhir Diperbarui 2022-10-11
Tanggal Publikasi 2022-10-03
Penilaian 4.00/5 Total 3 Penilaian
Pengembang Mark Gurevich
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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:\/\/*\/*"
    ]
}