PlaneSpottersAll

theplanespotterscommunity

Co je PlaneSpottersAll?

PlaneSpottersAll je rozšíření Chrome vyvinuté theplanespotterscommunity, a jeho hlavní funkcí je „theplanespotterscommunity“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření PlaneSpottersAll

Stáhněte si soubory rozšíření PlaneSpottersAll ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        For all Plane Spotters - Wondered if you have seen those planes on FR24.
As an example zoom in on FR24 to your airport then click the red aeroplane icon and you will see any of the aircraft displayed in the window that you have not previously seen.
Then you can use our other chrome extension to add those unseen aircraft to you own database which is free if you register at theplanespotterscommunity.co.uk
Enjoy                    

Základní Informace o Rozšíření

Název PlaneSpottersAll PlaneSpottersAll
ID hiocpfbcbdpahhacjbikbpdofdfjhial
Oficiální URL https://chromewebstore.google.com/detail/planespottersall/hiocpfbcbdpahhacjbikbpdofdfjhial
Popis theplanespotterscommunity
Velikost souboru 51.69 KB
Počet instalací 109
Aktuální Verze 1.1
Poslední Aktualizace 2016-08-09
Datum Vydání 2016-08-08
Hodnocení 5.00/5 Celkem 3 Hodnocení
Vývojář theplanespotterscommunity
E-mail [email protected]
Typ Platby free
Podporované Jazyky en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "PlaneSpottersAll",
    "version": "1.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 all aircraft to database"
    },
    "description": "theplanespotterscommunity",
    "icons": {
        "16": "airplane16.png",
        "48": "airplane48.png",
        "128": "airplane128.png"
    },
    "manifest_version": 2
}