PlaneSpotters
theplanespotterscommunity
Was ist PlaneSpotters?
PlaneSpotters ist eine Chrome-Erweiterung, die von https://theplanespotterscommunity.co.uk entwickelt wurde, und ihr Hauptmerkmal ist "theplanespotterscommunity".
Erweiterungsscreenshots
PlaneSpotters-Erweiterungs-CRX-Datei herunterladen
Laden Sie PlaneSpotters-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | ecibpdlklonkknpeddnkkfcepdcakmjb |
| Offizielle URL | https://chromewebstore.google.com/detail/planespotters/ecibpdlklonkknpeddnkkfcepdcakmjb |
| Beschreibung | theplanespotterscommunity |
| Dateigröße | 46.23 KB |
| Installationsanzahl | 64 |
| Aktuelle Version | 4.1 |
| Letztes Update | 2021-06-26 |
| Veröffentlichungsdatum | 2021-06-25 |
| Entwickler | https://theplanespotterscommunity.co.uk |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | https://theplanespotterscommunity.co.uk/ |
| Hilfeseite URL | https://theplanespotterscommunity.co.uk/help/support |
| Unterstützte Sprachen | 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
} | |