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 | 
| 官方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"
    }
}  |  |