Ne Yesem?

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

什麼是Ne Yesem??

Ne Yesem?是由https://serdar.work開發的Chrome擴展程式,該擴展的主要功能是“Selects a random food at a random restaurant on Yemeksepeti.com”。

擴展截圖

screenshot
screenshot

下載Ne Yesem?擴展crx文件

下載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
官方網址 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"
}