PlaneSpotters

theplanespotterscommunity

PlaneSpottersคืออะไร?

PlaneSpotters เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://theplanespotterscommunity.co.uk และคุณลักษณะหลักของมันคือ "theplanespotterscommunity"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย PlaneSpotters

ดาวน์โหลดไฟล์ส่วนขยาย PlaneSpotters ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ PlaneSpotters PlaneSpotters
ID ecibpdlklonkknpeddnkkfcepdcakmjb
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/planespotters/ecibpdlklonkknpeddnkkfcepdcakmjb
คำอธิบาย theplanespotterscommunity
ขนาดไฟล์ 46.23 KB
จำนวนการติดตั้ง 64
เวอร์ชันปัจจุบัน 4.1
อัปเดตครั้งล่าสุด 2021-06-26
วันที่เผยแพร่ 2021-06-25
ผู้พัฒนา https://theplanespotterscommunity.co.uk
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://theplanespotterscommunity.co.uk/
URL หน้าช่วยเหลือ https://theplanespotterscommunity.co.uk/help/support
ภาษาที่รองรับ 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
}