GeoFS Plugins
Adding new functionalities to the GeoFS Flight Simulator.
Hvad er GeoFS Plugins?
GeoFS Plugins er en Chrome-udvidelse udviklet af GeoFS Autoland, og dens hovedfunktion er "Adding new functionalities to the GeoFS Flight Simulator.".
Udvidelsesskærmbilleder
Download GeoFS Plugins-udvidelses-CRX-fil
Download GeoFS Plugins-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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æggende oplysninger om udvidelsen
Navn | GeoFS Plugins |
ID | flhbafggaeidplgimldpkkhkeikejlfd |
Officiel URL | https://chromewebstore.google.com/detail/geofs-plugins/flhbafggaeidplgimldpkkhkeikejlfd |
Beskrivelse | Adding new functionalities to the GeoFS Flight Simulator. |
Filstørrelse | 3.65 MB |
Antal Installationer | 1,889 |
Nuværende Version | 3.3.2 |
Senest Opdateret | 2021-12-19 |
Udgivelsesdato | 2021-08-10 |
Bedømmelse | 3.69/5 Samlet 16 Bedømmelser |
Udvikler | GeoFS Autoland |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://geofsautoland.wixsite.com/autoland |
Understøttede Sprog | 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" } } |