PlaneSpotters

theplanespotterscommunity

Τι είναι το PlaneSpotters;

Το PlaneSpotters είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://theplanespotterscommunity.co.uk, και η κύρια λειτουργία του είναι "theplanespotterscommunity".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης PlaneSpotters

Λήψη αρχείων επέκτασης PlaneSpotters σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα PlaneSpotters PlaneSpotters
ID ecibpdlklonkknpeddnkkfcepdcakmjb
Επίσημο URL https://chromewebstore.google.com/detail/planespotters/ecibpdlklonkknpeddnkkfcepdcakmjb
Περιγραφή theplanespotterscommunity
Μέγεθος Αρχείου 46.23 KB
Αριθμός Εγκαταστάσεων 64
Τρέχουσα Έκδοση 4.1
Τελευταία Ενημέρωση 2021-06-26
Ημερομηνία Δημοσίευσης 2021-06-25
Προγραμματιστής https://theplanespotterscommunity.co.uk
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://theplanespotterscommunity.co.uk/
Διεύθυνση URL της Σελίδας Βοήθειας https://theplanespotterscommunity.co.uk/help/support
Υποστηριζόμενες Γλώσσες 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
}