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
公式URL 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
Eメール [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": [
                ""
            ]
        }
    ]
}