PlaneSpotters

theplanespotterscommunity

Qu'est-ce que PlaneSpotters ?

PlaneSpotters est une extension Chrome développée par theplanespotterscommunity, et sa fonction principale est "theplanespotterscommunity".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension PlaneSpotters

Téléchargez les fichiers d'extension PlaneSpotters au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom PlaneSpotters PlaneSpotters
ID mgndcjgofbmoamcknkpkigggjhhodgim
URL Officiel https://chromewebstore.google.com/detail/planespotters/mgndcjgofbmoamcknkpkigggjhhodgim
Description theplanespotterscommunity
Taille du Fichier 46.26 KB
Nombre d'Installations 301
Version Actuelle 4.3
Dernière Mise à Jour 2021-12-15
Date de Publication 2020-05-05
Évaluation 5.00/5 Total 1 Évaluations
Développeur theplanespotterscommunity
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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
}