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.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة GeoFS Plugins
قم بتنزيل ملفات الامتداد GeoFS Plugins بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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 |
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" } } |