Ne Yesem?

Selects a random food at a random restaurant on Yemeksepeti.com

ما هو Ne Yesem?؟

Ne Yesem? هو إضافة Chrome تم تطويرها بواسطة https://serdar.work، والميزة الرئيسية لها هي "Selects a random food at a random restaurant on Yemeksepeti.com".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة Ne Yesem?

قم بتنزيل ملفات الامتداد Ne Yesem? بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        UPDATED 2020

Selects a random food at a random restaurant on Yemeksepeti.com.

If you are on a region page, it first selects a random restaurant and then selects a random food from that restaurant for you.

If you are at a restaurant's page, it selects a random food from that restaurant.

This extension does not collect, save or share your food orders or any other data on Yemeksepeti website.

This extension is not associated with Yemeksepeti.com.

Full source code of this extension is available at GitHub.

https://github.com/serd/neyesembe                    

معلومات أساسية عن التمديد

الاسم Ne Yesem? Ne Yesem?
ID flfjcohlobnbhcdhcfenomlblhakdhnh
عنوان URL الرسمي https://chromewebstore.google.com/detail/ne-yesem/flfjcohlobnbhcdhcfenomlblhakdhnh
الوصف Selects a random food at a random restaurant on Yemeksepeti.com
حجم الملف 45.3 KB
عدد التثبيتات 47
النسخة الحالية 1.1.2
آخر تحديث 2020-04-03
تاريخ النشر 2020-04-02
تقييم 4.33/5 مجموع تقييمات 6
المطور https://serdar.work
البريد الإلكتروني [email protected]
نوع الدفع free
عنوان صفحة سياسة الخصوصية https://serdar.work/chrome-extensions/privacy-policy.html
اللغات المدعومة en,tr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "version": "1.1.2",
    "manifest_version": 2,
    "description": "__MSG_extDescription__",
    "icons": {
        "128": "icon128.png"
    },
    "default_locale": "en",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.yemeksepeti.com\/*"
            ],
            "css": [
                "extensionStyles.css"
            ],
            "js": [
                "lib\/jquery.js",
                "yemeksepetiRandom.js"
            ]
        }
    ],
    "homepage_url": "http:\/\/serdar.work"
}