GeoFS Plugins

Adding new functionalities to the GeoFS Flight Simulator.

GeoFS Pluginsとは何ですか?

GeoFS PluginsはGeoFS Autolandによって開発されたChromeの拡張機能で、その主な機能は「Adding new functionalities to the GeoFS Flight Simulator.」です。

拡張機能のスクリーンショット

screenshot

GeoFS Plugins拡張機能のCRXファイルをダウンロード

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
Eメール [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"
    }
}