GeoFS Plugins
Adding new functionalities to the GeoFS Flight Simulator.
Was ist GeoFS Plugins?
GeoFS Plugins ist eine Chrome-Erweiterung, die von GeoFS Autoland entwickelt wurde, und ihr Hauptmerkmal ist "Adding new functionalities to the GeoFS Flight Simulator.".
Erweiterungsscreenshots
GeoFS Plugins-Erweiterungs-CRX-Datei herunterladen
Laden Sie GeoFS Plugins-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
GeoFS Plugins is adding new features to GeoFS Online Flight Simulator. This extension adds scripts that improve the quality of life in the simulator.
Grundlegende Informationen zur Erweiterung
Name | GeoFS Plugins |
ID | flhbafggaeidplgimldpkkhkeikejlfd |
Offizielle URL | https://chromewebstore.google.com/detail/geofs-plugins/flhbafggaeidplgimldpkkhkeikejlfd |
Beschreibung | Adding new functionalities to the GeoFS Flight Simulator. |
Dateigröße | 3.65 MB |
Installationsanzahl | 1,889 |
Aktuelle Version | 3.3.2 |
Letztes Update | 2021-12-19 |
Veröffentlichungsdatum | 2021-08-10 |
Bewertung | 3.69/5 Insgesamt 16 Bewertungen |
Entwickler | GeoFS Autoland |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://geofsautoland.wixsite.com/autoland |
Unterstützte Sprachen | 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" } } |