PlaneSpotters

theplanespotterscommunity

Wat is PlaneSpotters?

PlaneSpotters is een Chrome-extensie ontwikkeld door theplanespotterscommunity, en de belangrijkste functie is "theplanespotterscommunity".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie PlaneSpotters

Download PlaneSpotters-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam PlaneSpotters PlaneSpotters
ID mgndcjgofbmoamcknkpkigggjhhodgim
Officiële URL https://chromewebstore.google.com/detail/planespotters/mgndcjgofbmoamcknkpkigggjhhodgim
Beschrijving theplanespotterscommunity
Bestandsgrootte 46.26 KB
Aantal Installaties 301
Huidige Versie 4.3
Laatst Bijgewerkt 2021-12-15
Publicatiedatum 2020-05-05
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar theplanespotterscommunity
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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
}