Dark Google Maps

Reduce brightness on google maps

Cos'è Dark Google Maps?

Dark Google Maps è un'estensione di Chrome sviluppata da Agency Enterprise, e la sua funzione principale è "Reduce brightness on google maps".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Dark Google Maps

Scarica i file di estensione Dark Google Maps in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Dark Google Maps Dark Google Maps
ID aogldndldipgagdpmlgpplfdjdlgahke
URL Ufficiale https://chromewebstore.google.com/detail/dark-google-maps/aogldndldipgagdpmlgpplfdjdlgahke
Descrizione Reduce brightness on google maps
Dimensione del File 26.8 KB
Conteggio Installazioni 1,717
Versione Corrente 1.0
Ultimo Aggiornamento 2022-04-20
Data di Pubblicazione 2022-04-20
Valutazione 2.50/5 Totale 4 Valutazioni
Sviluppatore Agency Enterprise
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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": [
                ""
            ]
        }
    ]
}