PlaneSpottersAll

theplanespotterscommunity

PlaneSpottersAll là gì?

PlaneSpottersAll là một tiện ích mở rộng Chrome được phát triển bởi theplanespotterscommunity, và tính năng chính của nó là "theplanespotterscommunity".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng PlaneSpottersAll

Tải xuống các tệp mở rộng PlaneSpottersAll dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên PlaneSpottersAll PlaneSpottersAll
ID hiocpfbcbdpahhacjbikbpdofdfjhial
URL Chính Thức https://chromewebstore.google.com/detail/planespottersall/hiocpfbcbdpahhacjbikbpdofdfjhial
Mô tả theplanespotterscommunity
Kích Thước Tệp 51.69 KB
Số Lần Cài Đặt 109
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2016-08-09
Ngày Phát Hành 2016-08-08
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển theplanespotterscommunity
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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
}