GeoFS Plugins
Adding new functionalities to the GeoFS Flight Simulator.
GeoFS Plugins là gì?
GeoFS Plugins là một tiện ích mở rộng Chrome được phát triển bởi GeoFS Autoland, và tính năng chính của nó là "Adding new functionalities to the GeoFS Flight Simulator.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng GeoFS Plugins
Tải xuống các tệp mở rộng GeoFS Plugins dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
GeoFS Plugins is adding new features to GeoFS Online Flight Simulator. This extension adds scripts that improve the quality of life in the simulator.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | GeoFS Plugins |
ID | flhbafggaeidplgimldpkkhkeikejlfd |
URL Chính Thức | https://chromewebstore.google.com/detail/geofs-plugins/flhbafggaeidplgimldpkkhkeikejlfd |
Mô tả | Adding new functionalities to the GeoFS Flight Simulator. |
Kích Thước Tệp | 3.65 MB |
Số Lần Cài Đặt | 1,889 |
Phiên Bản Hiện Tại | 3.3.2 |
Cập Nhật Lần Cuối | 2021-12-19 |
Ngày Phát Hành | 2021-08-10 |
Đánh Giá | 3.69/5 Tổng số 16 Đánh Giá |
Nhà Phát Triển | GeoFS Autoland |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://geofsautoland.wixsite.com/autoland |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |