Verizon Coverage Map - mmWave
Change the color of mmWave coverage on the official Verizon Coverage Map
What is Verizon Coverage Map - mmWave?
Verizon Coverage Map - mmWave is a Chrome extension developed by historiccellcoverage, and its main feature is "Change the color of mmWave coverage on the official Verizon Coverage Map".
Extension Screenshots
Download Verizon Coverage Map - mmWave Extension CRX File
Download Verizon Coverage Map - mmWave extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | onbpjfegjabhpbfnidnmdbgmaefachdp |
Official URL | https://chrome.google.com/webstore/detail/verizon-coverage-map-mmwa/onbpjfegjabhpbfnidnmdbgmaefachdp |
Description | Change the color of mmWave coverage on the official Verizon Coverage Map |
File Size | 15.32 KB |
Installation Count | 640 |
Current Version | 1.0.0 |
Last Updated | 2022-04-04 |
Publish Date | 2022-04-04 |
Rating | 5.00/5 Total 3 Ratings |
Developer | historiccellcoverage |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/no1mann/verizon-coverage-map-extension |
Supported Languages | 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" } ] } } |