GeoFS Plugins
Adding new functionalities to the GeoFS Flight Simulator.
Cos'è GeoFS Plugins?
GeoFS Plugins è un'estensione di Chrome sviluppata da GeoFS Autoland, e la sua funzione principale è "Adding new functionalities to the GeoFS Flight Simulator.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione GeoFS Plugins
Scarica i file di estensione GeoFS Plugins in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
GeoFS Plugins is adding new features to GeoFS Online Flight Simulator. This extension adds scripts that improve the quality of life in the simulator.
Informazioni di Base sull'Estensione
Nome | GeoFS Plugins |
ID | flhbafggaeidplgimldpkkhkeikejlfd |
URL Ufficiale | https://chromewebstore.google.com/detail/geofs-plugins/flhbafggaeidplgimldpkkhkeikejlfd |
Descrizione | Adding new functionalities to the GeoFS Flight Simulator. |
Dimensione del File | 3.65 MB |
Conteggio Installazioni | 1,889 |
Versione Corrente | 3.3.2 |
Ultimo Aggiornamento | 2021-12-19 |
Data di Pubblicazione | 2021-08-10 |
Valutazione | 3.69/5 Totale 16 Valutazioni |
Sviluppatore | GeoFS Autoland |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://geofsautoland.wixsite.com/autoland |
Lingue Supportate | 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" } } |