PlaneSpotters
theplanespotterscommunity
Qu'est-ce que PlaneSpotters ?
PlaneSpotters est une extension Chrome développée par https://theplanespotterscommunity.co.uk, et sa fonction principale est "theplanespotterscommunity".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension PlaneSpotters
Téléchargez les fichiers d'extension PlaneSpotters 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
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.
Informations de Base sur l'Extension
Nom | PlaneSpotters |
ID | ecibpdlklonkknpeddnkkfcepdcakmjb |
URL Officiel | https://chromewebstore.google.com/detail/planespotters/ecibpdlklonkknpeddnkkfcepdcakmjb |
Description | theplanespotterscommunity |
Taille du Fichier | 46.23 KB |
Nombre d'Installations | 64 |
Version Actuelle | 4.1 |
Dernière Mise à Jour | 2021-06-26 |
Date de Publication | 2021-06-25 |
Développeur | https://theplanespotterscommunity.co.uk |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://theplanespotterscommunity.co.uk/ |
URL de la Page d'Aide | https://theplanespotterscommunity.co.uk/help/support |
Langues Prises en Charge | 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 } |