GeoFS Plugins
Adding new functionalities to the GeoFS Flight Simulator.
Qu'est-ce que GeoFS Plugins ?
GeoFS Plugins est une extension Chrome développée par GeoFS Autoland, et sa fonction principale est "Adding new functionalities to the GeoFS Flight Simulator.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension GeoFS Plugins
Téléchargez les fichiers d'extension GeoFS Plugins au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
GeoFS Plugins is adding new features to GeoFS Online Flight Simulator. This extension adds scripts that improve the quality of life in the simulator.
Informations de Base sur l'Extension
Nom | GeoFS Plugins |
ID | flhbafggaeidplgimldpkkhkeikejlfd |
URL Officiel | https://chromewebstore.google.com/detail/geofs-plugins/flhbafggaeidplgimldpkkhkeikejlfd |
Description | Adding new functionalities to the GeoFS Flight Simulator. |
Taille du Fichier | 3.65 MB |
Nombre d'Installations | 1,889 |
Version Actuelle | 3.3.2 |
Dernière Mise à Jour | 2021-12-19 |
Date de Publication | 2021-08-10 |
Évaluation | 3.69/5 Total 16 Évaluations |
Développeur | GeoFS Autoland |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://geofsautoland.wixsite.com/autoland |
Langues Prises en Charge | 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" } } |