GeoFS Plugins

Adding new functionalities to the GeoFS Flight Simulator.

Vad är GeoFS Plugins?

GeoFS Plugins är en Chrome-tillägg utvecklad av GeoFS Autoland, och dess huvudfunktion är "Adding new functionalities to the GeoFS Flight Simulator.".

Tilläggsskärmbilder

screenshot

Ladda ner GeoFS Plugins-förlängningens CRX-fil

Ladda ner GeoFS Plugins-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn GeoFS Plugins GeoFS Plugins
ID flhbafggaeidplgimldpkkhkeikejlfd
Officiell webbadress https://chromewebstore.google.com/detail/geofs-plugins/flhbafggaeidplgimldpkkhkeikejlfd
Beskrivning Adding new functionalities to the GeoFS Flight Simulator.
Filstorlek 3.65 MB
Antal Installationer 1,889
Aktuell Version 3.3.2
Senast Uppdaterad 2021-12-19
Publiceringsdatum 2021-08-10
Betyg 3.69/5 Totalt 16 Betyg
Utvecklare GeoFS Autoland
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://geofsautoland.wixsite.com/autoland
Stödda Språk 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"
    }
}