10bis price after discount
This extension displays the prices after discount in 10bis menu page
10bis price after discount क्या है?
10bis price after discount uri.mor द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension displays the prices after discount in 10bis menu page"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में 10bis price after discount एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Display the prices of 10bis restaurants after discount
एक्सटेंशन की मूल जानकारी
नाम | 10bis price after discount |
ID | cjeenmkpfahdbhhgobcodngnjoahebpf |
आधिकारिक URL | https://chromewebstore.google.com/detail/10bis-price-after-discoun/cjeenmkpfahdbhhgobcodngnjoahebpf |
विवरण | This extension displays the prices after discount in 10bis menu page |
फ़ाइल का आकार | 8.13 KB |
स्थापना संख्या | 57 |
वर्तमान संस्करण | 0.3.7 |
अंतिम अपडेट | 2019-08-27 |
प्रकाशन तिथि | 2019-08-26 |
रेटिंग | 5.00/5 कुल 3 रेटिंग्स |
डेवलपर | uri.mor |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/urimor/10bis-discount-extension |
समर्थित भाषाएँ | iw |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "10bis price after discount", "description": "This extension displays the prices after discount in 10bis menu page", "version": "0.3.7", "background": { "persistent": false, "scripts": [ "background.js" ] }, "content_scripts": [ { "css": [ "styles.css" ], "js": [ "10bisExtension.js" ], "matches": [ "https:\/\/www.10bis.co.il\/Restaurants\/Menu\/*" ] }, { "css": [ "styles.css" ], "js": [ "10bisExtension-next.js" ], "matches": [ "https:\/\/www.10bis.co.il\/next\/*" ] } ], "page_action": { "default_icon": "icon.png", "default_title": "10bis Price After Discount" }, "icons": { "128": "icon.png" } } |