Ne Yesem?

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

Cos'è Ne Yesem??

Ne Yesem? è un'estensione di Chrome sviluppata da https://serdar.work, e la sua funzione principale è "Selects a random food at a random restaurant on Yemeksepeti.com".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Ne Yesem?

Scarica i file di estensione Ne Yesem? in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Ne Yesem? Ne Yesem?
ID flfjcohlobnbhcdhcfenomlblhakdhnh
URL Ufficiale https://chromewebstore.google.com/detail/ne-yesem/flfjcohlobnbhcdhcfenomlblhakdhnh
Descrizione Selects a random food at a random restaurant on Yemeksepeti.com
Dimensione del File 45.3 KB
Conteggio Installazioni 47
Versione Corrente 1.1.2
Ultimo Aggiornamento 2020-04-03
Data di Pubblicazione 2020-04-02
Valutazione 4.33/5 Totale 6 Valutazioni
Sviluppatore https://serdar.work
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://serdar.work/chrome-extensions/privacy-policy.html
Lingue Supportate 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"
}