PlaneSpottersAll
theplanespotterscommunity
Qu'est-ce que PlaneSpottersAll ?
PlaneSpottersAll est une extension Chrome développée par theplanespotterscommunity, et sa fonction principale est "theplanespotterscommunity".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension PlaneSpottersAll
Téléchargez les fichiers d'extension PlaneSpottersAll au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | PlaneSpottersAll |
ID | hiocpfbcbdpahhacjbikbpdofdfjhial |
URL Officiel | https://chromewebstore.google.com/detail/planespottersall/hiocpfbcbdpahhacjbikbpdofdfjhial |
Description | theplanespotterscommunity |
Taille du Fichier | 51.69 KB |
Nombre d'Installations | 109 |
Version Actuelle | 1.1 |
Dernière Mise à Jour | 2016-08-09 |
Date de Publication | 2016-08-08 |
Évaluation | 5.00/5 Total 3 Évaluations |
Développeur | theplanespotterscommunity |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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 } |