PlaneSpotters
theplanespotterscommunity
Co je PlaneSpotters?
PlaneSpotters je rozšíření Chrome vyvinuté https://theplanespotterscommunity.co.uk, a jeho hlavní funkcí je „theplanespotterscommunity“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření PlaneSpotters
Stáhněte si soubory rozšíření PlaneSpotters ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | PlaneSpotters |
ID | ecibpdlklonkknpeddnkkfcepdcakmjb |
Oficiální URL | https://chromewebstore.google.com/detail/planespotters/ecibpdlklonkknpeddnkkfcepdcakmjb |
Popis | theplanespotterscommunity |
Velikost souboru | 46.23 KB |
Počet instalací | 64 |
Aktuální Verze | 4.1 |
Poslední Aktualizace | 2021-06-26 |
Datum Vydání | 2021-06-25 |
Vývojář | https://theplanespotterscommunity.co.uk |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://theplanespotterscommunity.co.uk/ |
URL Stránky Nápovědy | https://theplanespotterscommunity.co.uk/help/support |
Podporované Jazyky | 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 } |