10bis price after discount
This extension displays the prices after discount in 10bis menu page
What is 10bis price after discount?
10bis price after discount is a Chrome extension developed by uri.mor, and its main feature is "This extension displays the prices after discount in 10bis menu page".
Extension Screenshots
Download 10bis price after discount Extension CRX File
Download 10bis price after discount extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Display the prices of 10bis restaurants after discount
Extension Basic Information
Name | 10bis price after discount |
ID | cjeenmkpfahdbhhgobcodngnjoahebpf |
Official URL | https://chromewebstore.google.com/detail/10bis-price-after-discoun/cjeenmkpfahdbhhgobcodngnjoahebpf |
Description | This extension displays the prices after discount in 10bis menu page |
File Size | 8.13 KB |
Installation Count | 57 |
Current Version | 0.3.7 |
Last Updated | 2019-08-27 |
Publish Date | 2019-08-26 |
Rating | 5.00/5 Total 3 Ratings |
Developer | uri.mor |
Payment Type | free |
Extension Website | https://github.com/urimor/10bis-discount-extension |
Supported Languages | 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" } } |