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”。
扩展截图
下载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? |
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" } |