PlaneSpotters

theplanespotterscommunity

Apa itu PlaneSpotters?

PlaneSpotters adalah ekstensi Chrome yang dikembangkan oleh https://theplanespotterscommunity.co.uk, dan fitur utamanya adalah "theplanespotterscommunity".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi PlaneSpotters

Unduh file ekstensi PlaneSpotters dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama PlaneSpotters PlaneSpotters
ID ecibpdlklonkknpeddnkkfcepdcakmjb
URL Resmi https://chromewebstore.google.com/detail/planespotters/ecibpdlklonkknpeddnkkfcepdcakmjb
Deskripsi theplanespotterscommunity
Ukuran File 46.23 KB
Jumlah Instalasi 64
Versi Saat Ini 4.1
Terakhir Diperbarui 2021-06-26
Tanggal Publikasi 2021-06-25
Pengembang https://theplanespotterscommunity.co.uk
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://theplanespotterscommunity.co.uk/
URL Halaman Bantuan https://theplanespotterscommunity.co.uk/help/support
Bahasa yang Didukung 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
}