GeoFS Plugins

Adding new functionalities to the GeoFS Flight Simulator.

What is GeoFS Plugins?

GeoFS Plugins is a Chrome extension developed by GeoFS Autoland, and its main feature is "Adding new functionalities to the GeoFS Flight Simulator.".

Extension Screenshots

screenshot

Download GeoFS Plugins Extension CRX File

Download GeoFS Plugins 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

                        GeoFS Plugins is adding new features to GeoFS Online Flight Simulator.
This extension adds scripts that improve the quality of life in the simulator.                    

Extension Basic Information

Name GeoFS Plugins GeoFS Plugins
ID flhbafggaeidplgimldpkkhkeikejlfd
Official URL https://chromewebstore.google.com/detail/geofs-plugins/flhbafggaeidplgimldpkkhkeikejlfd
Description Adding new functionalities to the GeoFS Flight Simulator.
File Size 3.65 MB
Installation Count 1,889
Current Version 3.3.2
Last Updated 2021-12-19
Publish Date 2021-08-10
Rating 3.69/5 Total 16 Ratings
Developer GeoFS Autoland
Email [email protected]
Payment Type free
Extension Website https://geofsautoland.wixsite.com/autoland
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "GeoFS Plugins",
    "version": "3.3.2",
    "description": "Adding new functionalities to the GeoFS Flight Simulator.",
    "action": {
        "default_popup": "ui\/popup\/popup.html"
    },
    "author": "Nicolas Rodriguez, Guy Adler",
    "icons": {
        "772": "icons\/icon.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "scripts\/*",
                "ui\/oninstall\/oninstall.html",
                "data\/*.json"
            ],
            "matches": [
                "*:\/\/*.geo-fs.com\/*"
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "default-src 'self'; style-src 'self' https:\/\/fonts.googleapis.com; font-src 'self' https:\/\/fonts.gstatic.com"
    },
    "permissions": [
        "storage",
        "scripting"
    ],
    "optional_permissions": [
        "tabs"
    ],
    "host_permissions": [
        "*:\/\/*.geo-fs.com\/*"
    ],
    "background": {
        "service_worker": "background.js"
    }
}