Dark Google Maps

Reduce brightness on google maps

什麼是Dark Google Maps?

Dark Google Maps是由Agency Enterprise開發的Chrome擴展程式,該擴展的主要功能是“Reduce brightness on google maps”。

擴展截圖

screenshot

下載Dark Google Maps擴展crx文件

下載Dark Google Maps擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

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

擴展基本資訊

名稱 Dark Google Maps Dark Google Maps
ID aogldndldipgagdpmlgpplfdjdlgahke
官方網址 https://chromewebstore.google.com/detail/dark-google-maps/aogldndldipgagdpmlgpplfdjdlgahke
簡介 Reduce brightness on google maps
檔案大小 26.8 KB
安裝次數 1,717
目前版本 1.0
更新時間 2022-04-20
上架時間 2022-04-20
評分 2.50/5 共 4 次評分
開發者 Agency Enterprise
電子郵箱 [email protected]
付費類型 free
支援的語言 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": [
                ""
            ]
        }
    ]
}