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 là gì?

Wolt: I'm Feeling lucky button là một tiện ích mở rộng Chrome được phát triển bởi Mark Gurevich, và tính năng chính của nó là "Picks a random Wolt restaurant. For when you are not sure what you want".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Wolt: I'm Feeling lucky button

Tải xuống các tệp mở rộng Wolt: I'm Feeling lucky button dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Wolt: I'm Feeling lucky button Wolt: I'm Feeling lucky button
ID aokjbcgbdlnjmcehdkpmhbohjfadhnbi
URL Chính Thức https://chromewebstore.google.com/detail/wolt-im-feeling-lucky-but/aokjbcgbdlnjmcehdkpmhbohjfadhnbi
Mô tả Picks a random Wolt restaurant. For when you are not sure what you want
Kích Thước Tệp 32.19 KB
Số Lần Cài Đặt 33
Phiên Bản Hiện Tại 0.1.3
Cập Nhật Lần Cuối 2022-10-11
Ngày Phát Hành 2022-10-03
Đánh Giá 4.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển Mark Gurevich
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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:\/\/*\/*"
    ]
}