Mapissimo

Map switcher for Strava website

What is Mapissimo?

Mapissimo is a Chrome extension developed by Stravissimo Developer, and its main feature is "Map switcher for Strava website".

Extension Screenshots

screenshot
screenshot

Download Mapissimo Extension CRX File

Download Mapissimo 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

                        Fork of Strava Map Switcher, with some maps added (custom styled Mapbox, OpenTopoMap) and some removed (Google, Outdoors).                    

Extension Basic Information

Name Mapissimo Mapissimo
ID pepbnlfbmhnpgaoojfoclhbkbefbnkag
Official URL https://chromewebstore.google.com/detail/mapissimo/pepbnlfbmhnpgaoojfoclhbkbefbnkag
Description Map switcher for Strava website
File Size 237 KB
Installation Count 460
Current Version 0.12.2
Last Updated 2020-06-02
Publish Date 2020-06-02
Rating 3.00/5 Total 1 Ratings
Developer Stravissimo Developer
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Mapissimo",
    "version": "0.12.2",
    "manifest_version": 2,
    "description": "Map switcher for Strava website",
    "homepage_url": "https:\/\/github.com\/OpenGrabeso\/mapissimo",
    "icons": {
        "128": "icon128.png"
    },
    "permissions": [
        "https:\/\/www.strava.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.strava.com\/routes\/*",
                "https:\/\/www.strava.com\/location\/*"
            ],
            "css": [
                "mapbox-gl.css",
                "inject.css"
            ],
            "js": [
                "arrive.min.js",
                "inject-gl.js"
            ]
        },
        {
            "matches": [
                "https:\/\/www.strava.com\/heatmap\/*"
            ],
            "css": [
                "mapbox-gl.css",
                "inject.css"
            ],
            "js": [
                "arrive.min.js",
                "inject-gl-nostyles.js"
            ]
        },
        {
            "matches": [
                "https:\/\/www.strava.com\/*"
            ],
            "exclude_matches": [
                "https:\/\/www.strava.com\/routes\/*",
                "https:\/\/www.strava.com\/location\/*",
                "https:\/\/www.strava.com\/heatmap\/*"
            ],
            "css": [
                "mapbox-gl.css",
                "inject.css"
            ],
            "js": [
                "arrive.min.js",
                "inject.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "arrive.min.js",
        "donation.js",
        "mapbox-gl.js",
        "leaflet-mapbox-gl.js",
        "fix.js",
        "fix-mapbox.js",
        "fix-mapbox-styles.js",
        "fix-mapbox-nostyles.js",
        "leaflet.grid.js",
        "layers.js",
        "load.js",
        "load-gl.js",
        "load-gl-nostyles.js"
    ]
}