Hodoor
Show nutrition info for stuff on DoorDash.
What is Hodoor?
Hodoor is a Chrome extension developed by https://hodoor.com, and its main feature is "Show nutrition info for stuff on DoorDash.".
Extension Screenshots
Download Hodoor Extension CRX File
Download Hodoor 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
Hodoor shows nutrition information for stuff on DoorDash.
Extension Basic Information
Name | Hodoor |
ID | ipmhdgdohenpkfhhjmnmjhghpobpmoem |
Official URL | https://chromewebstore.google.com/detail/hodoor/ipmhdgdohenpkfhhjmnmjhghpobpmoem |
Description | Show nutrition info for stuff on DoorDash. |
File Size | 331 KB |
Installation Count | 16 |
Current Version | 0.0.108 |
Last Updated | 2017-07-25 |
Publish Date | 2017-07-24 |
Rating | 5.00/5 Total 1 Ratings |
Developer | https://hodoor.com |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "version": "0.0.108", "manifest_version": 2, "description": "__MSG_appDescription__", "icons": { "128": "images\/icon.png" }, "default_locale": "en", "background": { "scripts": [ "scripts\/background.js" ] }, "permissions": [ "activeTab", "https:\/\/hodoor.com:8443\/", "https:\/\/amp.ai\/", "https:\/\/dev.amp.ai\/", "https:\/\/cdn.amp.ai\/" ], "content_scripts": [ { "matches": [ "https:\/\/www.doordash.com\/store\/*", "https:\/\/www.doordash.com\/cart\/*" ], "css": [ "bower_components\/pure\/pure-min.css", "styles\/doordash.css" ], "js": [ "bower_components\/jquery\/dist\/jquery.min.js", "bower_components\/underscore\/underscore-min.js", "bower_components\/highcharts\/highcharts.js", "scripts\/doordash.js" ] } ], "options_ui": { "page": "options.html", "chrome_style": true }, "browser_action": { "default_icon": { "128": "images\/icon.png" }, "default_title": "food-app-chrome-ext", "default_popup": "popup.html" }, "web_accessible_resources": [ "scripts\/amp.js" ] } |