Can I Fly There
Utility for checking if you can fly to an FSEconomy airport using your simulator.
What is Can I Fly There?
Can I Fly There is a Chrome extension developed by layl, and its main feature is "Utility for checking if you can fly to an FSEconomy airport using your simulator.".
Extension Screenshots
Download Can I Fly There Extension CRX File
Download Can I Fly There extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Adds icons next to ICAOs.
Extension Basic Information
Name | |
ID | kdnkcnookmaakjnlggihmijapnjonbng |
Official URL | https://chromewebstore.google.com/detail/can-i-fly-there/kdnkcnookmaakjnlggihmijapnjonbng |
Description | Utility for checking if you can fly to an FSEconomy airport using your simulator. |
File Size | 296 KB |
Installation Count | 1,032 |
Current Version | 1.2.2 |
Last Updated | 2020-09-07 |
Publish Date | 2020-08-25 |
Rating | 4.71/5 Total 17 Ratings |
Developer | layl |
[email protected] | |
Payment Type | free |
Extension Website | https://gitlab.com/layl/can-i-fly-there/ |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Can I Fly There", "version": "1.2.2", "description": "Utility for checking if you can fly to an FSEconomy airport using your simulator.", "icons": { "48": "icons\/icon-48.png" }, "permissions": [ "storage", "downloads" ], "browser_action": { "default_icon": "icons\/icon-32.png", "default_title": "Can I Fly There", "default_popup": "popup\/popup.html" }, "content_scripts": [ { "matches": [ "*:\/\/server.fseconomy.net\/*" ], "js": [ "content-script.js" ] } ], "browser_specific_settings": { "gecko": { "id": "{146595fb-3723-4f5b-9e57-07c307af8128}", "strict_min_version": "48.0" } } } |