GeoFS Plugins

Adding new functionalities to the GeoFS Flight Simulator.

GeoFS Plugins क्या है?

GeoFS Plugins GeoFS Autoland द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Adding new functionalities to the GeoFS Flight Simulator."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में GeoFS Plugins एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
    }
}