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. 拡張機能の基本情報
| 名前 | |
| 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 |
| Eメール | [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
} | |