PlaneSpotters
theplanespotterscommunity
¿Qué es PlaneSpotters?
PlaneSpotters es una extensión de Chrome desarrollada por theplanespotterscommunity, y su función principal es "theplanespotterscommunity".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión PlaneSpotters
Descarga archivos de extensión PlaneSpotters en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
theplanespotterscommunity This extension allows plane spotters to access FlightRadar data and insert it directly into a database hosted by… This extension allows plane spotters to access FlightRadar data and insert it directly into a database hosted by ThePlaneSpottersCommunity. The user would need to register on the site at ThePlanespottersCommunity.co.uk which is a free service. Additional Information Report abuse
Información Básica de la Extensión
Nombre | PlaneSpotters |
ID | mgndcjgofbmoamcknkpkigggjhhodgim |
URL Oficial | https://chromewebstore.google.com/detail/planespotters/mgndcjgofbmoamcknkpkigggjhhodgim |
Descripción | theplanespotterscommunity |
Tamaño del Archivo | 46.26 KB |
Cantidad de Instalaciones | 301 |
Versión Actual | 4.3 |
Última Actualización | 2021-12-15 |
Fecha de Publicación | 2020-05-05 |
Calificación | 5.00/5 Total de 1 Calificaciones |
Desarrollador | theplanespotterscommunity |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Idiomas Soportados | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "PlaneSpotters", "version": "4.3", "permissions": [ "activeTab" ], "content_scripts": [ { "matches": [ "https:\/\/www.flightradar24.com\/*" ], "js": [ "jquery.min.js" ] } ], "background": { "scripts": [ "background.js" ], "persistent": true }, "browser_action": { "default_icon": "airplane16.png", "default_title": "Save selected aircraft to your personal database" }, "description": "theplanespotterscommunity", "icons": { "16": "airplane16.png", "48": "airplane48.png", "128": "airplane128.png" }, "manifest_version": 2 } |