PlaneSpottersAll

theplanespotterscommunity

What is PlaneSpottersAll?

PlaneSpottersAll is a Chrome extension developed by theplanespotterscommunity, and its main feature is "theplanespotterscommunity".

Extension Screenshots

screenshot

Download PlaneSpottersAll Extension CRX File

Download PlaneSpottersAll extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name PlaneSpottersAll PlaneSpottersAll
ID hiocpfbcbdpahhacjbikbpdofdfjhial
Official URL https://chromewebstore.google.com/detail/planespottersall/hiocpfbcbdpahhacjbikbpdofdfjhial
Description theplanespotterscommunity
File Size 51.69 KB
Installation Count 109
Current Version 1.1
Last Updated 2016-08-09
Publish Date 2016-08-08
Rating 5.00/5 Total 3 Ratings
Developer theplanespotterscommunity
Email [email protected]
Payment Type free
Supported Languages 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
}