PlaneSpotters

theplanespotterscommunity

Vad är PlaneSpotters?

PlaneSpotters är en Chrome-tillägg utvecklad av https://theplanespotterscommunity.co.uk, och dess huvudfunktion är "theplanespotterscommunity".

Tilläggsskärmbilder

screenshot

Ladda ner PlaneSpotters-förlängningens CRX-fil

Ladda ner PlaneSpotters-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn PlaneSpotters PlaneSpotters
ID ecibpdlklonkknpeddnkkfcepdcakmjb
Officiell webbadress https://chromewebstore.google.com/detail/planespotters/ecibpdlklonkknpeddnkkfcepdcakmjb
Beskrivning theplanespotterscommunity
Filstorlek 46.23 KB
Antal Installationer 64
Aktuell Version 4.1
Senast Uppdaterad 2021-06-26
Publiceringsdatum 2021-06-25
Utvecklare https://theplanespotterscommunity.co.uk
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://theplanespotterscommunity.co.uk/
Hjälpsida URL https://theplanespotterscommunity.co.uk/help/support
Stödda Språk 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
}