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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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": [
                ""
            ]
        }
    ]
}