Enhanced Swiggy
See zomato ratings and more data about your favourite restaurants in Swiggy
What is Enhanced Swiggy?
Enhanced Swiggy is a Chrome extension developed by Joji Augustine, and its main feature is "See zomato ratings and more data about your favourite restaurants in Swiggy".
Extension Screenshots
Download Enhanced Swiggy Extension CRX File
Download Enhanced Swiggy 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
Enhanced Swiggy provides you with Zomato rating in restaurant listings in Swiggy. Compare between restaurants by Zomato data and make the right choice
Extension Basic Information
Name | Enhanced Swiggy |
ID | dikmkgfhaihonnaciaambbdipnejoama |
Official URL | https://chromewebstore.google.com/detail/enhanced-swiggy/dikmkgfhaihonnaciaambbdipnejoama |
Description | See zomato ratings and more data about your favourite restaurants in Swiggy |
File Size | 130 KB |
Installation Count | 140 |
Current Version | 1.0.0 |
Last Updated | 2015-10-11 |
Publish Date | 2015-10-11 |
Rating | 4.17/5 Total 6 Ratings |
Developer | Joji Augustine |
Payment Type | free |
Extension Website | http://enhancedswiggy.herokuapp.com |
Help Page URL | http://enhancedswiggy.herokuapp.com |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Enhanced Swiggy", "version": "1.0.0", "short_name": "eSwiggy", "manifest_version": 2, "description": "See zomato ratings and more data about your favourite restaurants in Swiggy", "homepage_url": "https:\/\/enhancedswiggy.herokuapp.com", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_locale": "en", "permissions": [ "https:\/\/www.swiggy.com\/*" ], "content_scripts": [ { "matches": [ "https:\/\/www.swiggy.com\/*" ], "css": [ "src\/inject\/inject.css" ] }, { "matches": [ "https:\/\/www.swiggy.com\/*" ], "js": [ "src\/inject\/inject.js" ] } ] } |