Verizon Coverage Map - mmWave
Change the color of mmWave coverage on the official Verizon Coverage Map
Vad är Verizon Coverage Map - mmWave?
Verizon Coverage Map - mmWave är en Chrome-tillägg utvecklad av historiccellcoverage, och dess huvudfunktion är "Change the color of mmWave coverage on the official Verizon Coverage Map".
Tilläggsskärmbilder
Ladda ner Verizon Coverage Map - mmWave-förlängningens CRX-fil
Ladda ner Verizon Coverage Map - mmWave-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | |
ID | onbpjfegjabhpbfnidnmdbgmaefachdp |
Officiell webbadress | https://chrome.google.com/webstore/detail/verizon-coverage-map-mmwa/onbpjfegjabhpbfnidnmdbgmaefachdp |
Beskrivning | Change the color of mmWave coverage on the official Verizon Coverage Map |
Filstorlek | 15.32 KB |
Antal Installationer | 640 |
Aktuell Version | 1.0.0 |
Senast Uppdaterad | 2022-04-04 |
Publiceringsdatum | 2022-04-04 |
Betyg | 5.00/5 Totalt 3 Betyg |
Utvecklare | historiccellcoverage |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://github.com/no1mann/verizon-coverage-map-extension |
Stödda Språk | 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" } ] } } |