Celdas 17 Intel Map
Extensión para Chrome donde se podra ver los cuadrantes en el intel map
Cos'è Celdas 17 Intel Map?
Celdas 17 Intel Map è un'estensione di Chrome sviluppata da Socram Nik., e la sua funzione principale è "Extensión para Chrome donde se podra ver los cuadrantes en el intel map".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Celdas 17 Intel Map
Scarica i file di estensione Celdas 17 Intel Map in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Plugin simplificado para mapear celdas lvl 17 en el mapa de Ingress. Idea Original de Jonatkins.
Informazioni di Base sull'Estensione
Nome | Celdas 17 Intel Map |
ID | mgonaamfpgkhdcgiiepanapppmnlppcf |
URL Ufficiale | https://chromewebstore.google.com/detail/celdas-17-intel-map/mgonaamfpgkhdcgiiepanapppmnlppcf |
Descrizione | Extensión para Chrome donde se podra ver los cuadrantes en el intel map |
Dimensione del File | 255 KB |
Conteggio Installazioni | 181 |
Versione Corrente | 3.5 |
Ultimo Aggiornamento | 2019-03-27 |
Data di Pubblicazione | 2019-03-27 |
Sviluppatore | Socram Nik. |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | es-419 |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Celdas 17 Intel Map", "version": "3.5", "content_scripts": [ { "matches": [ "https:\/\/*.ingress.com\/intel*", "http:\/\/*.ingress.com\/intel*", "https:\/\/*.ingress.com\/intel*", "http:\/\/*.ingress.com\/intel*", "https:\/\/*.ingress.com\/mission\/*", "http:\/\/*.ingress.com\/mission\/*", "https:\/\/*.ingress.com\/mission\/*", "http:\/\/*.ingress.com\/mission\/*" ], "html": [ "popup.html" ], "js": [ "inject.js" ] } ], "web_accessible_resources": [ "17Celdas.js", "intelCuadrantes.js" ], "icons": { "16": "ingress16.png", "32": "ingress32.png" }, "description": "Extensi\u00f3n para Chrome donde se podra ver los cuadrantes en el intel map", "browser_action": { "default_icon": { "16": "ingress16.png", "32": "ingress32.png" }, "default_popup": "popup.html" }, "permissions": [ "https:\/\/*.ingress.com\/intel*", "http:\/\/*.ingress.com\/intel*", "https:\/\/*.ingress.com\/intel*", "http:\/\/*.ingress.com\/intel*", "https:\/\/*.ingress.com\/mission\/*", "http:\/\/*.ingress.com\/mission\/*", "https:\/\/*.ingress.com\/mission\/*", "http:\/\/*.ingress.com\/mission\/*", "activeTab" ] } |