PlaneSpotters
theplanespotterscommunity
PlaneSpottersคืออะไร?
PlaneSpotters เป็นส่วนขยายของ Chrome ที่พัฒนาโดย theplanespotterscommunity และคุณลักษณะหลักของมันคือ "theplanespotterscommunity"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย PlaneSpotters
ดาวน์โหลดไฟล์ส่วนขยาย PlaneSpotters ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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. Additional Information Report abuse
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | PlaneSpotters |
ID | mgndcjgofbmoamcknkpkigggjhhodgim |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/planespotters/mgndcjgofbmoamcknkpkigggjhhodgim |
คำอธิบาย | theplanespotterscommunity |
ขนาดไฟล์ | 46.26 KB |
จำนวนการติดตั้ง | 301 |
เวอร์ชันปัจจุบัน | 4.3 |
อัปเดตครั้งล่าสุด | 2021-12-15 |
วันที่เผยแพร่ | 2020-05-05 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | theplanespotterscommunity |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "PlaneSpotters", "version": "4.3", "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 } |