Hodoor
Show nutrition info for stuff on DoorDash.
Wat is Hodoor?
Hodoor is een Chrome-extensie ontwikkeld door https://hodoor.com, en de belangrijkste functie is "Show nutrition info for stuff on DoorDash.".
Extensie Screenshots
Download het CRX-bestand van de extensie Hodoor
Download Hodoor-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Hodoor shows nutrition information for stuff on DoorDash. Basisinformatie over de Extensie
| Naam | |
| ID | ipmhdgdohenpkfhhjmnmjhghpobpmoem |
| Officiële URL | https://chromewebstore.google.com/detail/hodoor/ipmhdgdohenpkfhhjmnmjhghpobpmoem |
| Beschrijving | Show nutrition info for stuff on DoorDash. |
| Bestandsgrootte | 331 KB |
| Aantal Installaties | 16 |
| Huidige Versie | 0.0.108 |
| Laatst Bijgewerkt | 2017-07-25 |
| Publicatiedatum | 2017-07-24 |
| Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
| Ontwikkelaar | https://hodoor.com |
| Betalingswijze | free |
| Ondersteunde Talen | 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"
]
} | |