GeoFS Plugins

Adding new functionalities to the GeoFS Flight Simulator.

Apa itu GeoFS Plugins?

GeoFS Plugins adalah ekstensi Chrome yang dikembangkan oleh GeoFS Autoland, dan fitur utamanya adalah "Adding new functionalities to the GeoFS Flight Simulator.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi GeoFS Plugins

Unduh file ekstensi GeoFS Plugins dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama GeoFS Plugins GeoFS Plugins
ID flhbafggaeidplgimldpkkhkeikejlfd
URL Resmi https://chromewebstore.google.com/detail/geofs-plugins/flhbafggaeidplgimldpkkhkeikejlfd
Deskripsi Adding new functionalities to the GeoFS Flight Simulator.
Ukuran File 3.65 MB
Jumlah Instalasi 1,889
Versi Saat Ini 3.3.2
Terakhir Diperbarui 2021-12-19
Tanggal Publikasi 2021-08-10
Penilaian 3.69/5 Total 16 Penilaian
Pengembang GeoFS Autoland
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://geofsautoland.wixsite.com/autoland
Bahasa yang Didukung 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"
    }
}