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 هو إضافة Chrome تم تطويرها بواسطة Mark Gurevich، والميزة الرئيسية لها هي "Picks a random Wolt restaurant. For when you are not sure what you want".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Wolt: I'm Feeling lucky button
قم بتنزيل ملفات الامتداد Wolt: I'm Feeling lucky button بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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 |
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:\/\/*\/*" ] } |