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 с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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
URL страницы политики конфиденциальности 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"
}