PlaneSpottersAll

theplanespotterscommunity

O que é PlaneSpottersAll?

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

Baixe arquivos de extensão PlaneSpottersAll 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

                        For all Plane Spotters - Wondered if you have seen those planes on FR24.
As an example zoom in on FR24 to your airport then click the red aeroplane icon and you will see any of the aircraft displayed in the window that you have not previously seen.
Then you can use our other chrome extension to add those unseen aircraft to you own database which is free if you register at theplanespotterscommunity.co.uk
Enjoy                    

Informações Básicas da Extensão

Nome PlaneSpottersAll PlaneSpottersAll
ID hiocpfbcbdpahhacjbikbpdofdfjhial
URL Oficial https://chromewebstore.google.com/detail/planespottersall/hiocpfbcbdpahhacjbikbpdofdfjhial
Descrição theplanespotterscommunity
Tamanho do Arquivo 51.69 KB
Contagem de Instalações 109
Versão Atual 1.1
Última Atualização 2016-08-09
Data de Publicação 2016-08-08
Classificação 5.00/5 Total de 3 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": "PlaneSpottersAll",
    "version": "1.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 all aircraft to database"
    },
    "description": "theplanespotterscommunity",
    "icons": {
        "16": "airplane16.png",
        "48": "airplane48.png",
        "128": "airplane128.png"
    },
    "manifest_version": 2
}