strava-map-switcher
Map switcher for Strava website
What is strava-map-switcher?
strava-map-switcher is a Chrome extension developed by liskni.si, and its main feature is "Map switcher for Strava website".
Extension Screenshots
Download strava-map-switcher Extension CRX File
Download strava-map-switcher 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
Map switcher for Strava website This extension adds additional map layers (mapy.cz, openstreetmap, mtbmap, freemap.sk, …) to Strava.com
Extension Basic Information
Name | strava-map-switcher |
ID | djcheclpmmkcdkjcenfamalobdenmici |
Official URL | https://chromewebstore.google.com/detail/strava-map-switcher/djcheclpmmkcdkjcenfamalobdenmici |
Description | Map switcher for Strava website |
File Size | 89.57 KB |
Installation Count | 4,413 |
Current Version | 0.19 |
Last Updated | 2023-06-19 |
Publish Date | 2020-07-05 |
Rating | 4.89/5 Total 37 Ratings |
Developer | liskni.si |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/liskin/strava-map-switcher/ |
Help Page URL | https://github.com/liskin/strava-map-switcher/issues |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "strava-map-switcher", "version": "0.19", "manifest_version": 2, "description": "Map switcher for Strava website", "homepage_url": "https:\/\/github.com\/liskin\/strava-map-switcher", "icons": { "128": "icons\/icon128.png" }, "permissions": [ "declarativeNetRequestWithHostAccess", "https:\/\/www.strava.com\/*", "https:\/\/mapserver.mapy.cz\/*" ], "content_scripts": [ { "matches": [ "https:\/\/www.strava.com\/*" ], "js": [ "inject.js" ] } ], "declarative_net_request": { "rule_resources": [ { "id": "mapy_cz", "enabled": true, "path": "rules_mapy_cz.json" } ] }, "web_accessible_resources": [ "3rd\/Leaflet.GoogleMutant.js", "3rd\/jquery-3.5.1.min.js", "3rd\/leaflet-pegman.min.css", "3rd\/leaflet-pegman.min.js", "arrive.min.js", "common.js", "donation.js", "fix-mapbox.js", "fix.js", "layers.js", "load.js" ], "browser_specific_settings": { "gecko": { "id": "{8bc8a884-a7db-45e3-84dd-963933a87d3c}" } } } |