Dark Google Maps

Reduce brightness on google maps

Dark Google Mapsคืออะไร?

Dark Google Maps เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Agency Enterprise และคุณลักษณะหลักของมันคือ "Reduce brightness on google maps"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Dark Google Maps

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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": [
                ""
            ]
        }
    ]
}