PlaneSpottersAll
theplanespotterscommunity
Τι είναι το PlaneSpottersAll;
Το PlaneSpottersAll είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον theplanespotterscommunity, και η κύρια λειτουργία του είναι "theplanespotterscommunity".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης PlaneSpottersAll
Λήψη αρχείων επέκτασης PlaneSpottersAll σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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
Βασικές Πληροφορίες Επέκτασης
Όνομα | PlaneSpottersAll |
ID | hiocpfbcbdpahhacjbikbpdofdfjhial |
Επίσημο URL | https://chromewebstore.google.com/detail/planespottersall/hiocpfbcbdpahhacjbikbpdofdfjhial |
Περιγραφή | theplanespotterscommunity |
Μέγεθος Αρχείου | 51.69 KB |
Αριθμός Εγκαταστάσεων | 109 |
Τρέχουσα Έκδοση | 1.1 |
Τελευταία Ενημέρωση | 2016-08-09 |
Ημερομηνία Δημοσίευσης | 2016-08-08 |
Αξιολόγηση | 5.00/5 Συνολικά 3 Αξιολογήσεις |
Προγραμματιστής | theplanespotterscommunity |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | 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 } |