Verizon Coverage Map - mmWave

Change the color of mmWave coverage on the official Verizon Coverage Map

ما هو Verizon Coverage Map - mmWave؟

Verizon Coverage Map - mmWave هو إضافة Chrome تم تطويرها بواسطة historiccellcoverage، والميزة الرئيسية لها هي "Change the color of mmWave coverage on the official Verizon Coverage Map".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة Verizon Coverage Map - mmWave

قم بتنزيل ملفات الامتداد Verizon Coverage Map - mmWave بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        Change's the color of mmWave coverage on the official Verizon Coverage Map

Background:
After the launch of C-Band in January, Verizon made the decision to combine C-Band and mmWave coverage into the same color. This extension reverts that change and gives mmWave its own, unique color.

Disclaimer:
All mmWave data comes directly from Verizon. I can not speak for the validity of the coverage and I'm unaware of the last time they updated it.                    

معلومات أساسية عن التمديد

الاسم Verizon Coverage Map - mmWave Verizon Coverage Map - mmWave
ID onbpjfegjabhpbfnidnmdbgmaefachdp
عنوان URL الرسمي https://chrome.google.com/webstore/detail/verizon-coverage-map-mmwa/onbpjfegjabhpbfnidnmdbgmaefachdp
الوصف Change the color of mmWave coverage on the official Verizon Coverage Map
حجم الملف 15.32 KB
عدد التثبيتات 640
النسخة الحالية 1.0.0
آخر تحديث 2022-04-04
تاريخ النشر 2022-04-04
تقييم 5.00/5 مجموع تقييمات 3
المطور historiccellcoverage
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://github.com/no1mann/verizon-coverage-map-extension
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Verizon Coverage Map - mmWave",
    "version": "1.0.0",
    "description": "Change the color of mmWave coverage on the official Verizon Coverage Map",
    "action": {
        "default_title": "Verizon Coverage Map - mmWave",
        "default_icon": "icon.png"
    },
    "icons": {
        "128": "icon.png"
    },
    "permissions": [
        "declarativeNetRequest"
    ],
    "host_permissions": [
        "*:\/\/*.verizon.com\/*",
        "*:\/\/api.mapbox.com\/*"
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "ruleset",
                "enabled": true,
                "path": "rules.json"
            }
        ]
    }
}