PlaneSpotters

theplanespotterscommunity

Cos'è PlaneSpotters?

PlaneSpotters è un'estensione di Chrome sviluppata da https://theplanespotterscommunity.co.uk, e la sua funzione principale è "theplanespotterscommunity".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione PlaneSpotters

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

                        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.                    

Informazioni di Base sull'Estensione

Nome PlaneSpotters PlaneSpotters
ID ecibpdlklonkknpeddnkkfcepdcakmjb
URL Ufficiale https://chromewebstore.google.com/detail/planespotters/ecibpdlklonkknpeddnkkfcepdcakmjb
Descrizione theplanespotterscommunity
Dimensione del File 46.23 KB
Conteggio Installazioni 64
Versione Corrente 4.1
Ultimo Aggiornamento 2021-06-26
Data di Pubblicazione 2021-06-25
Sviluppatore https://theplanespotterscommunity.co.uk
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://theplanespotterscommunity.co.uk/
URL della Pagina di Aiuto https://theplanespotterscommunity.co.uk/help/support
Lingue Supportate 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
}