Ne Yesem?
Selects a random food at a random restaurant on Yemeksepeti.com
Ne Yesem? là gì?
Ne Yesem? là một tiện ích mở rộng Chrome được phát triển bởi https://serdar.work, và tính năng chính của nó là "Selects a random food at a random restaurant on Yemeksepeti.com".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Ne Yesem?
Tải xuống các tệp mở rộng Ne Yesem? dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Ne Yesem? |
ID | flfjcohlobnbhcdhcfenomlblhakdhnh |
URL Chính Thức | https://chromewebstore.google.com/detail/ne-yesem/flfjcohlobnbhcdhcfenomlblhakdhnh |
Mô tả | Selects a random food at a random restaurant on Yemeksepeti.com |
Kích Thước Tệp | 45.3 KB |
Số Lần Cài Đặt | 47 |
Phiên Bản Hiện Tại | 1.1.2 |
Cập Nhật Lần Cuối | 2020-04-03 |
Ngày Phát Hành | 2020-04-02 |
Đánh Giá | 4.33/5 Tổng số 6 Đánh Giá |
Nhà Phát Triển | https://serdar.work |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Chính Sách Bảo Mật | https://serdar.work/chrome-extensions/privacy-policy.html |
Ngôn Ngữ Được Hỗ Trợ | 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" } |