Ne Yesem?
Selects a random food at a random restaurant on Yemeksepeti.com
Wat is Ne Yesem??
Ne Yesem? is een Chrome-extensie ontwikkeld door https://serdar.work, en de belangrijkste functie is "Selects a random food at a random restaurant on Yemeksepeti.com".
Extensie Screenshots
Download het CRX-bestand van de extensie Ne Yesem?
Download Ne Yesem?-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | Ne Yesem? |
ID | flfjcohlobnbhcdhcfenomlblhakdhnh |
Officiële URL | https://chromewebstore.google.com/detail/ne-yesem/flfjcohlobnbhcdhcfenomlblhakdhnh |
Beschrijving | Selects a random food at a random restaurant on Yemeksepeti.com |
Bestandsgrootte | 45.3 KB |
Aantal Installaties | 47 |
Huidige Versie | 1.1.2 |
Laatst Bijgewerkt | 2020-04-03 |
Publicatiedatum | 2020-04-02 |
Beoordeling | 4.33/5 Totaal 6 Beoordelingen |
Ontwikkelaar | https://serdar.work |
[email protected] | |
Betalingswijze | free |
URL van de Privacybeleid Pagina | https://serdar.work/chrome-extensions/privacy-policy.html |
Ondersteunde Talen | 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" } |