PlaneSpottersAll
theplanespotterscommunity
Wat is PlaneSpottersAll?
PlaneSpottersAll is een Chrome-extensie ontwikkeld door theplanespotterscommunity, en de belangrijkste functie is "theplanespotterscommunity".
Extensie Screenshots
Download het CRX-bestand van de extensie PlaneSpottersAll
Download PlaneSpottersAll-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | PlaneSpottersAll |
ID | hiocpfbcbdpahhacjbikbpdofdfjhial |
Officiële URL | https://chromewebstore.google.com/detail/planespottersall/hiocpfbcbdpahhacjbikbpdofdfjhial |
Beschrijving | theplanespotterscommunity |
Bestandsgrootte | 51.69 KB |
Aantal Installaties | 109 |
Huidige Versie | 1.1 |
Laatst Bijgewerkt | 2016-08-09 |
Publicatiedatum | 2016-08-08 |
Beoordeling | 5.00/5 Totaal 3 Beoordelingen |
Ontwikkelaar | theplanespotterscommunity |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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 } |