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ファイルをダウンロード
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.
拡張機能の基本情報
名前 | |
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 |
Eメール | [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" } ] } } |