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
公式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
Eメール [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"
}