GeoFS Plugins
Adding new functionalities to the GeoFS Flight Simulator.
Co je GeoFS Plugins?
GeoFS Plugins je rozšíření Chrome vyvinuté GeoFS Autoland, a jeho hlavní funkcí je „Adding new functionalities to the GeoFS Flight Simulator.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření GeoFS Plugins
Stáhněte si soubory rozšíření GeoFS Plugins 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í
GeoFS Plugins is adding new features to GeoFS Online Flight Simulator. This extension adds scripts that improve the quality of life in the simulator.
Základní Informace o Rozšíření
Název | GeoFS Plugins |
ID | flhbafggaeidplgimldpkkhkeikejlfd |
Oficiální URL | https://chromewebstore.google.com/detail/geofs-plugins/flhbafggaeidplgimldpkkhkeikejlfd |
Popis | Adding new functionalities to the GeoFS Flight Simulator. |
Velikost souboru | 3.65 MB |
Počet instalací | 1,889 |
Aktuální Verze | 3.3.2 |
Poslední Aktualizace | 2021-12-19 |
Datum Vydání | 2021-08-10 |
Hodnocení | 3.69/5 Celkem 16 Hodnocení |
Vývojář | GeoFS Autoland |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://geofsautoland.wixsite.com/autoland |
Podporované Jazyky | 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" } } |