Wolt: I'm Feeling lucky button

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

Wolt: I'm Feeling lucky button क्या है?

Wolt: I'm Feeling lucky button Mark Gurevich द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Picks a random Wolt restaurant. For when you are not sure what you want"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Wolt: I'm Feeling lucky button एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम Wolt: I'm Feeling lucky button Wolt: I'm Feeling lucky button
ID aokjbcgbdlnjmcehdkpmhbohjfadhnbi
आधिकारिक URL https://chromewebstore.google.com/detail/wolt-im-feeling-lucky-but/aokjbcgbdlnjmcehdkpmhbohjfadhnbi
विवरण Picks a random Wolt restaurant. For when you are not sure what you want
फ़ाइल का आकार 32.19 KB
स्थापना संख्या 33
वर्तमान संस्करण 0.1.3
अंतिम अपडेट 2022-10-11
प्रकाशन तिथि 2022-10-03
रेटिंग 4.00/5 कुल 3 रेटिंग्स
डेवलपर Mark Gurevich
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ 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:\/\/*\/*"
    ]
}