PlaneSpotters
theplanespotterscommunity
什麼是PlaneSpotters?
PlaneSpotters是由https://theplanespotterscommunity.co.uk開發的Chrome擴展程式,該擴展的主要功能是“theplanespotterscommunity”。
擴展截圖
下載PlaneSpotters擴展crx文件
下載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 |
ID | ecibpdlklonkknpeddnkkfcepdcakmjb |
官方網址 | 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 } |