PlaneSpottersAll
theplanespotterscommunity
Was ist PlaneSpottersAll?
PlaneSpottersAll ist eine Chrome-Erweiterung, die von theplanespotterscommunity entwickelt wurde, und ihr Hauptmerkmal ist "theplanespotterscommunity".
Erweiterungsscreenshots
PlaneSpottersAll-Erweiterungs-CRX-Datei herunterladen
Laden Sie PlaneSpottersAll-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
For all Plane Spotters - Wondered if you have seen those planes on FR24. As an example zoom in on FR24 to your airport then click the red aeroplane icon and you will see any of the aircraft displayed in the window that you have not previously seen. Then you can use our other chrome extension to add those unseen aircraft to you own database which is free if you register at theplanespotterscommunity.co.uk Enjoy
Grundlegende Informationen zur Erweiterung
Name | PlaneSpottersAll |
ID | hiocpfbcbdpahhacjbikbpdofdfjhial |
Offizielle URL | https://chromewebstore.google.com/detail/planespottersall/hiocpfbcbdpahhacjbikbpdofdfjhial |
Beschreibung | theplanespotterscommunity |
Dateigröße | 51.69 KB |
Installationsanzahl | 109 |
Aktuelle Version | 1.1 |
Letztes Update | 2016-08-09 |
Veröffentlichungsdatum | 2016-08-08 |
Bewertung | 5.00/5 Insgesamt 3 Bewertungen |
Entwickler | theplanespotterscommunity |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "PlaneSpottersAll", "version": "1.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 all aircraft to database" }, "description": "theplanespotterscommunity", "icons": { "16": "airplane16.png", "48": "airplane48.png", "128": "airplane128.png" }, "manifest_version": 2 } |