PlaneSpotters

theplanespotterscommunity

O que é PlaneSpotters?

PlaneSpotters é uma extensão do Chrome desenvolvida por theplanespotterscommunity, e sua principal característica é "theplanespotterscommunity".

Capturas de Tela da Extensão

screenshot

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
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                    

Informações Básicas da Extensão

Nome PlaneSpotters PlaneSpotters
ID mgndcjgofbmoamcknkpkigggjhhodgim
URL Oficial https://chromewebstore.google.com/detail/planespotters/mgndcjgofbmoamcknkpkigggjhhodgim
Descrição theplanespotterscommunity
Tamanho do Arquivo 46.26 KB
Contagem de Instalações 301
Versão Atual 4.3
Última Atualização 2021-12-15
Data de Publicação 2020-05-05
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor theplanespotterscommunity
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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
}