Ne Yesem?

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

Co to jest Ne Yesem??

Ne Yesem? to rozszerzenie Chrome opracowane przez https://serdar.work, a jego główną funkcją jest „Selects a random food at a random restaurant on Yemeksepeti.com”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Ne Yesem?

Pobierz pliki rozszerzeń Ne Yesem? w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa Ne Yesem? Ne Yesem?
ID flfjcohlobnbhcdhcfenomlblhakdhnh
Oficjalny URL https://chromewebstore.google.com/detail/ne-yesem/flfjcohlobnbhcdhcfenomlblhakdhnh
Opis Selects a random food at a random restaurant on Yemeksepeti.com
Rozmiar pliku 45.3 KB
Liczba instalacji 47
Aktualna Wersja 1.1.2
Ostatnia Aktualizacja 2020-04-03
Data Publikacji 2020-04-02
Ocena 4.33/5 Łącznie 6 Oceny
Deweloper https://serdar.work
E-mail [email protected]
Typ Płatności free
Adres URL Strony Polityki Prywatności https://serdar.work/chrome-extensions/privacy-policy.html
Obsługiwane Języki 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"
}