PlaneSpottersAll

theplanespotterscommunity

Cos'è PlaneSpottersAll?

PlaneSpottersAll è un'estensione di Chrome sviluppata da theplanespotterscommunity, e la sua funzione principale è "theplanespotterscommunity".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione PlaneSpottersAll

Scarica i file di estensione PlaneSpottersAll 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

                        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                    

Informazioni di Base sull'Estensione

Nome PlaneSpottersAll PlaneSpottersAll
ID hiocpfbcbdpahhacjbikbpdofdfjhial
URL Ufficiale https://chromewebstore.google.com/detail/planespottersall/hiocpfbcbdpahhacjbikbpdofdfjhial
Descrizione theplanespotterscommunity
Dimensione del File 51.69 KB
Conteggio Installazioni 109
Versione Corrente 1.1
Ultimo Aggiornamento 2016-08-09
Data di Pubblicazione 2016-08-08
Valutazione 5.00/5 Totale 3 Valutazioni
Sviluppatore theplanespotterscommunity
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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
}