Ne Yesem?

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

Apa itu Ne Yesem??

Ne Yesem? adalah ekstensi Chrome yang dikembangkan oleh https://serdar.work, dan fitur utamanya adalah "Selects a random food at a random restaurant on Yemeksepeti.com".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Ne Yesem?

Unduh file ekstensi Ne Yesem? dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama Ne Yesem? Ne Yesem?
ID flfjcohlobnbhcdhcfenomlblhakdhnh
URL Resmi https://chromewebstore.google.com/detail/ne-yesem/flfjcohlobnbhcdhcfenomlblhakdhnh
Deskripsi Selects a random food at a random restaurant on Yemeksepeti.com
Ukuran File 45.3 KB
Jumlah Instalasi 47
Versi Saat Ini 1.1.2
Terakhir Diperbarui 2020-04-03
Tanggal Publikasi 2020-04-02
Penilaian 4.33/5 Total 6 Penilaian
Pengembang https://serdar.work
Email [email protected]
Tipe Pembayaran free
URL Halaman Kebijakan Privasi https://serdar.work/chrome-extensions/privacy-policy.html
Bahasa yang Didukung 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"
}