GeoFS Plugins

Adding new functionalities to the GeoFS Flight Simulator.

GeoFS Pluginsคืออะไร?

GeoFS Plugins เป็นส่วนขยายของ Chrome ที่พัฒนาโดย GeoFS Autoland และคุณลักษณะหลักของมันคือ "Adding new functionalities to the GeoFS Flight Simulator."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย GeoFS Plugins

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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"
    }
}