Wolt: I'm Feeling lucky button

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

O que é Wolt: I'm Feeling lucky button?

Wolt: I'm Feeling lucky button é uma extensão do Chrome desenvolvida por Mark Gurevich, e sua principal característica é "Picks a random Wolt restaurant. For when you are not sure what you want".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Wolt: I'm Feeling lucky button

Baixe arquivos de extensão Wolt: I'm Feeling lucky button no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Wolt: I'm Feeling lucky button Wolt: I'm Feeling lucky button
ID aokjbcgbdlnjmcehdkpmhbohjfadhnbi
URL Oficial https://chromewebstore.google.com/detail/wolt-im-feeling-lucky-but/aokjbcgbdlnjmcehdkpmhbohjfadhnbi
Descrição Picks a random Wolt restaurant. For when you are not sure what you want
Tamanho do Arquivo 32.19 KB
Contagem de Instalações 33
Versão Atual 0.1.3
Última Atualização 2022-10-11
Data de Publicação 2022-10-03
Classificação 4.00/5 Total de 3 Avaliações
Desenvolvedor Mark Gurevich
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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:\/\/*\/*"
    ]
}