PlaneSpotters

theplanespotterscommunity

PlaneSpotters là gì?

PlaneSpotters là một tiện ích mở rộng Chrome được phát triển bởi https://theplanespotterscommunity.co.uk, 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 PlaneSpotters

Tải xuống các tệp mở rộng PlaneSpotters 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

                        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.                    

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

Tên PlaneSpotters PlaneSpotters
ID ecibpdlklonkknpeddnkkfcepdcakmjb
URL Chính Thức https://chromewebstore.google.com/detail/planespotters/ecibpdlklonkknpeddnkkfcepdcakmjb
Mô tả theplanespotterscommunity
Kích Thước Tệp 46.23 KB
Số Lần Cài Đặt 64
Phiên Bản Hiện Tại 4.1
Cập Nhật Lần Cuối 2021-06-26
Ngày Phát Hành 2021-06-25
Nhà Phát Triển https://theplanespotterscommunity.co.uk
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://theplanespotterscommunity.co.uk/
URL Trang Trợ Giúp https://theplanespotterscommunity.co.uk/help/support
Ngôn Ngữ Được Hỗ Trợ 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
}