GeoFS Plugins

Adding new functionalities to the GeoFS Flight Simulator.

Τι είναι το GeoFS Plugins;

Το GeoFS Plugins είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον GeoFS Autoland, και η κύρια λειτουργία του είναι "Adding new functionalities to the GeoFS Flight Simulator.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης GeoFS Plugins

Λήψη αρχείων επέκτασης GeoFS Plugins σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        GeoFS Plugins is adding new features to GeoFS Online Flight Simulator.
This extension adds scripts that improve the quality of life in the simulator.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα GeoFS Plugins GeoFS Plugins
ID flhbafggaeidplgimldpkkhkeikejlfd
Επίσημο URL https://chromewebstore.google.com/detail/geofs-plugins/flhbafggaeidplgimldpkkhkeikejlfd
Περιγραφή Adding new functionalities to the GeoFS Flight Simulator.
Μέγεθος Αρχείου 3.65 MB
Αριθμός Εγκαταστάσεων 1,889
Τρέχουσα Έκδοση 3.3.2
Τελευταία Ενημέρωση 2021-12-19
Ημερομηνία Δημοσίευσης 2021-08-10
Αξιολόγηση 3.69/5 Συνολικά 16 Αξιολογήσεις
Προγραμματιστής GeoFS Autoland
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://geofsautoland.wixsite.com/autoland
Υποστηριζόμενες Γλώσσες 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"
    }
}