Waze Sampler
Waze sampler extension.
What is Waze Sampler?
Waze Sampler is a Chrome extension developed by Gil Amran, and its main feature is "Waze sampler extension.".
Extension Screenshots
Download Waze Sampler Extension CRX File
Download Waze Sampler 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
A utility that will check the time it takes to drive from one address to another, and will report the result on the extension icon.
A Green, Blue, Red color will mark if travel time is good, ok, or bad accordingly. (Thresholds are given by the user) Extension Basic Information
| Name | |
| ID | elldjckhpdnhbelhaflkbmkiopgeijhi |
| Official URL | https://chrome.google.com/webstore/detail/waze-sampler/elldjckhpdnhbelhaflkbmkiopgeijhi |
| Description | Waze sampler extension. |
| File Size | 1.74 MB |
| Installation Count | 177 |
| Current Version | 0.0.7 |
| Last Updated | 2019-02-18 |
| Publish Date | 2019-02-18 |
| Rating | 3.83/5 Total 6 Ratings |
| Developer | Gil Amran |
| Payment Type | free |
| Supported Languages | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Waze Sampler",
"version": "0.0.7",
"manifest_version": 2,
"description": "Waze sampler extension.",
"homepage_url": "http:\/\/www.gilamran.com",
"content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
"icons": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"background": {
"page": "src\/bg\/background.html",
"persistent": true
},
"permissions": [
"webRequest",
"webRequestBlocking",
"*:\/\/www.waze.com\/*"
],
"browser_action": {
"default_icon": "icons\/icon19.png",
"default_title": "Waze Sampler",
"default_popup": "src\/popup\/popup.html"
}
} | |