Verizon Coverage Map - mmWave
Change the color of mmWave coverage on the official Verizon Coverage Map
Verizon Coverage Map - mmWave là gì?
Verizon Coverage Map - mmWave là một tiện ích mở rộng Chrome được phát triển bởi historiccellcoverage, và tính năng chính của nó là "Change the color of mmWave coverage on the official Verizon Coverage Map".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Verizon Coverage Map - mmWave
Tải xuống các tệp mở rộng Verizon Coverage Map - mmWave dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | onbpjfegjabhpbfnidnmdbgmaefachdp |
URL Chính Thức | https://chrome.google.com/webstore/detail/verizon-coverage-map-mmwa/onbpjfegjabhpbfnidnmdbgmaefachdp |
Mô tả | Change the color of mmWave coverage on the official Verizon Coverage Map |
Kích Thước Tệp | 15.32 KB |
Số Lần Cài Đặt | 640 |
Phiên Bản Hiện Tại | 1.0.0 |
Cập Nhật Lần Cuối | 2022-04-04 |
Ngày Phát Hành | 2022-04-04 |
Đánh Giá | 5.00/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | historiccellcoverage |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/no1mann/verizon-coverage-map-extension |
Ngôn Ngữ Được Hỗ Trợ | 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" } ] } } |