OGame Enhancements
Provides various visual improvements to the OGame UI, including de-emphasizing premium dark matter features.
OGame Enhancements là gì?
OGame Enhancements là một tiện ích mở rộng Chrome được phát triển bởi Jasper, và tính năng chính của nó là "Provides various visual improvements to the OGame UI, including de-emphasizing premium dark matter features.".
Ả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 OGame Enhancements
Tải xuống các tệp mở rộng OGame Enhancements 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
Features include: - De-emphasizing premium Dark Matter features - Minor visual improvements, like colors and readability
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | OGame Enhancements |
ID | akhcmfephjndfhmomkdhignhnedbinmo |
URL Chính Thức | https://chromewebstore.google.com/detail/ogame-enhancements/akhcmfephjndfhmomkdhignhnedbinmo |
Mô tả | Provides various visual improvements to the OGame UI, including de-emphasizing premium dark matter features. |
Kích Thước Tệp | 59.15 KB |
Số Lần Cài Đặt | 41 |
Phiên Bản Hiện Tại | 1.2 |
Cập Nhật Lần Cuối | 2023-02-13 |
Ngày Phát Hành | 2023-02-09 |
Nhà Phát Triển | Jasper |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/jasperandrew/ogame-enhancements |
URL Trang Trợ Giúp | https://github.com/jasperandrew/ogame-enhancements |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "OGame Enhancements", "version": "1.2", "description": "Provides various visual improvements to the OGame UI, including de-emphasizing premium dark matter features.", "icons": { "48": "icons\/icon-48.png", "96": "icons\/icon-96.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.ogame.gameforge.com\/game\/*" ], "js": [ "content.js" ], "run_at": "document_start" } ] } |