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"
}