GeoFS Plugins

Adding new functionalities to the GeoFS Flight Simulator.

Co to jest GeoFS Plugins?

GeoFS Plugins to rozszerzenie Chrome opracowane przez GeoFS Autoland, a jego główną funkcją jest „Adding new functionalities to the GeoFS Flight Simulator.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia GeoFS Plugins

Pobierz pliki rozszerzeń GeoFS Plugins w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa GeoFS Plugins GeoFS Plugins
ID flhbafggaeidplgimldpkkhkeikejlfd
Oficjalny URL https://chromewebstore.google.com/detail/geofs-plugins/flhbafggaeidplgimldpkkhkeikejlfd
Opis Adding new functionalities to the GeoFS Flight Simulator.
Rozmiar pliku 3.65 MB
Liczba instalacji 1,889
Aktualna Wersja 3.3.2
Ostatnia Aktualizacja 2021-12-19
Data Publikacji 2021-08-10
Ocena 3.69/5 Łącznie 16 Oceny
Deweloper GeoFS Autoland
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://geofsautoland.wixsite.com/autoland
Obsługiwane Języki 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"
    }
}