Ne Yesem?
Selects a random food at a random restaurant on Yemeksepeti.com
What is Ne Yesem??
Ne Yesem? is a Chrome extension developed by https://serdar.work, and its main feature is "Selects a random food at a random restaurant on Yemeksepeti.com".
Extension Screenshots
Download Ne Yesem? Extension CRX File
Download Ne Yesem? extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | Ne Yesem? |
ID | flfjcohlobnbhcdhcfenomlblhakdhnh |
Official URL | https://chromewebstore.google.com/detail/ne-yesem/flfjcohlobnbhcdhcfenomlblhakdhnh |
Description | Selects a random food at a random restaurant on Yemeksepeti.com |
File Size | 45.3 KB |
Installation Count | 47 |
Current Version | 1.1.2 |
Last Updated | 2020-04-03 |
Publish Date | 2020-04-02 |
Rating | 4.33/5 Total 6 Ratings |
Developer | https://serdar.work |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://serdar.work/chrome-extensions/privacy-policy.html |
Supported Languages | 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" } |