PlaneSpotters
theplanespotterscommunity
O que é PlaneSpotters?
PlaneSpotters é uma extensão do Chrome desenvolvida por https://theplanespotterscommunity.co.uk, e sua principal característica é "theplanespotterscommunity".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão PlaneSpotters
Baixe arquivos de extensão PlaneSpotters no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
theplanespotterscommunity 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.
Informações Básicas da Extensão
Nome | PlaneSpotters |
ID | ecibpdlklonkknpeddnkkfcepdcakmjb |
URL Oficial | https://chromewebstore.google.com/detail/planespotters/ecibpdlklonkknpeddnkkfcepdcakmjb |
Descrição | theplanespotterscommunity |
Tamanho do Arquivo | 46.23 KB |
Contagem de Instalações | 64 |
Versão Atual | 4.1 |
Última Atualização | 2021-06-26 |
Data de Publicação | 2021-06-25 |
Desenvolvedor | https://theplanespotterscommunity.co.uk |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://theplanespotterscommunity.co.uk/ |
URL da Página de Ajuda | https://theplanespotterscommunity.co.uk/help/support |
Idiomas Suportados | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "PlaneSpotters", "version": "4.1", "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 } |