Ne Yesem?
Selects a random food at a random restaurant on Yemeksepeti.com
Vad är Ne Yesem??
Ne Yesem? är en Chrome-tillägg utvecklad av https://serdar.work, och dess huvudfunktion är "Selects a random food at a random restaurant on Yemeksepeti.com".
Tilläggsskärmbilder
Ladda ner Ne Yesem?-förlängningens CRX-fil
Ladda ner Ne Yesem?-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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
Grundläggande Information om Tillägg
Namn | Ne Yesem? |
ID | flfjcohlobnbhcdhcfenomlblhakdhnh |
Officiell webbadress | https://chromewebstore.google.com/detail/ne-yesem/flfjcohlobnbhcdhcfenomlblhakdhnh |
Beskrivning | Selects a random food at a random restaurant on Yemeksepeti.com |
Filstorlek | 45.3 KB |
Antal Installationer | 47 |
Aktuell Version | 1.1.2 |
Senast Uppdaterad | 2020-04-03 |
Publiceringsdatum | 2020-04-02 |
Betyg | 4.33/5 Totalt 6 Betyg |
Utvecklare | https://serdar.work |
E-post | [email protected] |
Betalningssätt | free |
URL till Sekretesspolicy Sidan | https://serdar.work/chrome-extensions/privacy-policy.html |
Stödda Språk | 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" } |