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.”。
擴展截圖
下載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.                     擴展基本資訊
| 名稱 |   |  
| ID | flhbafggaeidplgimldpkkhkeikejlfd | 
| 官方網址 | 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"
    }
}  |  |