GeoFS Plugins
Adding new functionalities to the GeoFS Flight Simulator.
Wat is GeoFS Plugins?
GeoFS Plugins is een Chrome-extensie ontwikkeld door GeoFS Autoland, en de belangrijkste functie is "Adding new functionalities to the GeoFS Flight Simulator.".
Extensie Screenshots
Download het CRX-bestand van de extensie GeoFS Plugins
Download GeoFS Plugins-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
GeoFS Plugins is adding new features to GeoFS Online Flight Simulator. This extension adds scripts that improve the quality of life in the simulator.
Basisinformatie over de Extensie
Naam | GeoFS Plugins |
ID | flhbafggaeidplgimldpkkhkeikejlfd |
Officiële URL | https://chromewebstore.google.com/detail/geofs-plugins/flhbafggaeidplgimldpkkhkeikejlfd |
Beschrijving | Adding new functionalities to the GeoFS Flight Simulator. |
Bestandsgrootte | 3.65 MB |
Aantal Installaties | 1,889 |
Huidige Versie | 3.3.2 |
Laatst Bijgewerkt | 2021-12-19 |
Publicatiedatum | 2021-08-10 |
Beoordeling | 3.69/5 Totaal 16 Beoordelingen |
Ontwikkelaar | GeoFS Autoland |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://geofsautoland.wixsite.com/autoland |
Ondersteunde Talen | 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" } } |