TrackLeaders.com Streetview & Faves
Add google streetview to racer page, and favorites.
What is TrackLeaders.com Streetview & Faves?
TrackLeaders.com Streetview & Faves is a Chrome extension developed by yemble, and its main feature is "Add google streetview to racer page, and favorites.".
Extension Screenshots
Download TrackLeaders.com Streetview & Faves Extension CRX File
Download TrackLeaders.com Streetview & Faves 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
Add a live Google Streetview image to the Racer details page.
Star favorite racers, with a new map and raceflow option to only show those pins. Extension Basic Information
| Name | |
| ID | bbmkgjigigfdfoofbngfagmpadgofakl |
| Official URL | https://chrome.google.com/webstore/detail/bbmkgjigigfdfoofbngfagmpadgofakl |
| Description | Add google streetview to racer page, and favorites. |
| File Size | 54.68 KB |
| Installation Count | 81 |
| Current Version | 2.6.1 |
| Last Updated | 2018-06-07 |
| Publish Date | 2018-06-07 |
| Rating | 5.00/5 Total 17 Ratings |
| Developer | yemble |
| [email protected] | |
| Payment Type | free |
| Supported Languages | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "TrackLeaders.com Streetview & Faves",
"description": "Add google streetview to racer page, and favorites.",
"version": "2.6.1",
"icons": {
"128": "icon.128px.png"
},
"web_accessible_resources": [
"\/streetview-docside.js",
"\/stars-docside.js",
"\/raceflow-docside.js",
"\/css\/stars.css"
],
"permissions": [
"storage"
],
"content_scripts": [
{
"js": [
"jquery-1.11.2.min.js",
"streetview.js",
"stars.js",
"raceflow.js",
"app.js"
],
"css": [
"css\/site.css"
],
"matches": [
"*:\/\/trackleaders.com\/*",
"*:\/\/*.trackleaders.com\/*"
]
}
]
} | |