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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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