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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

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