Ne Yesem?
Selects a random food at a random restaurant on Yemeksepeti.com
Qu'est-ce que Ne Yesem? ?
Ne Yesem? est une extension Chrome développée par https://serdar.work, et sa fonction principale est "Selects a random food at a random restaurant on Yemeksepeti.com".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Ne Yesem?
Téléchargez les fichiers d'extension Ne Yesem? au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | Ne Yesem? |
ID | flfjcohlobnbhcdhcfenomlblhakdhnh |
URL Officiel | https://chromewebstore.google.com/detail/ne-yesem/flfjcohlobnbhcdhcfenomlblhakdhnh |
Description | Selects a random food at a random restaurant on Yemeksepeti.com |
Taille du Fichier | 45.3 KB |
Nombre d'Installations | 47 |
Version Actuelle | 1.1.2 |
Dernière Mise à Jour | 2020-04-03 |
Date de Publication | 2020-04-02 |
Évaluation | 4.33/5 Total 6 Évaluations |
Développeur | https://serdar.work |
[email protected] | |
Type de Paiement | free |
URL de la Page de Politique de Confidentialité | https://serdar.work/chrome-extensions/privacy-policy.html |
Langues Prises en Charge | 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" } |