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 |
| 电子邮箱 | [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
} | |