Dark Google Maps

Reduce brightness on google maps

What is Dark Google Maps?

Dark Google Maps is a Chrome extension developed by Agency Enterprise, and its main feature is "Reduce brightness on google maps".

Extension Screenshots

screenshot

Download Dark Google Maps Extension CRX File

Download Dark Google Maps 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

                        Google maps dark mode! See the world in a different view, turn Dark Mode on and reduce the map brightness                    

Extension Basic Information

Name Dark Google Maps Dark Google Maps
ID aogldndldipgagdpmlgpplfdjdlgahke
Official URL https://chromewebstore.google.com/detail/dark-google-maps/aogldndldipgagdpmlgpplfdjdlgahke
Description Reduce brightness on google maps
File Size 26.8 KB
Installation Count 1,717
Current Version 1.0
Last Updated 2022-04-20
Publish Date 2022-04-20
Rating 2.50/5 Total 4 Ratings
Developer Agency Enterprise
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Dark Google Maps",
    "manifest_version": 3,
    "version": "1.0",
    "description": "Reduce brightness on google maps",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.google.com\/maps\/*"
            ],
            "js": [
                "inject.js"
            ]
        }
    ],
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "logo.png"
            ],
            "matches": [
                ""
            ]
        }
    ]
}