Verizon Coverage Map - mmWave
Change the color of mmWave coverage on the official Verizon Coverage Map
Verizon Coverage Map - mmWave란 무엇입니까?
Verizon Coverage Map - mmWave은(는) historiccellcoverage에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Change the color of mmWave coverage on the official Verizon Coverage Map"입니다.
확장 프로그램 스크린샷
Verizon Coverage Map - mmWave 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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.
확장 프로그램 기본 정보
이름 | |
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" } ] } } |