PlaneSpotters

theplanespotterscommunity

Wat is PlaneSpotters?

PlaneSpotters is een Chrome-extensie ontwikkeld door https://theplanespotterscommunity.co.uk, 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
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.                    

Basisinformatie over de Extensie

Naam PlaneSpotters PlaneSpotters
ID ecibpdlklonkknpeddnkkfcepdcakmjb
Officiële URL https://chromewebstore.google.com/detail/planespotters/ecibpdlklonkknpeddnkkfcepdcakmjb
Beschrijving theplanespotterscommunity
Bestandsgrootte 46.23 KB
Aantal Installaties 64
Huidige Versie 4.1
Laatst Bijgewerkt 2021-06-26
Publicatiedatum 2021-06-25
Ontwikkelaar https://theplanespotterscommunity.co.uk
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://theplanespotterscommunity.co.uk/
Help Pagina-URL https://theplanespotterscommunity.co.uk/help/support
Ondersteunde Talen 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
}