OBot
Extends the user interface of the mmog OGame with a unlimited list of favourites
OBot là gì?
OBot là một tiện ích mở rộng Chrome được phát triển bởi Dawosch, và tính năng chính của nó là "Extends the user interface of the mmog OGame with a unlimited list of favourites".
Ả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 OBot
Tải xuống các tệp mở rộng OBot 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
Diese Extension erweitert das User Interface des MMOG "OGame" und eine unlimitierte Favoritenliste. Spieler können ganz leicht hinzugefügt und gelöscht werden.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | OBot |
ID | ifilffiklclodhchnejccihimmkhomii |
URL Chính Thức | https://chromewebstore.google.com/detail/obot/ifilffiklclodhchnejccihimmkhomii |
Mô tả | Extends the user interface of the mmog OGame with a unlimited list of favourites |
Kích Thước Tệp | 482 KB |
Số Lần Cài Đặt | 192 |
Phiên Bản Hiện Tại | 1.0.0 |
Cập Nhật Lần Cuối | 2021-10-24 |
Ngày Phát Hành | 2021-10-24 |
Nhà Phát Triển | Dawosch |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "OBot", "description": "Extends the user interface of the mmog OGame with a unlimited list of favourites ", "version": "1.0.0", "manifest_version": 3, "permissions": [ "storage" ], "web_accessible_resources": [ { "resources": [ "\/assets\/AddSpy.png", "\/assets\/RemoveSpy.png" ], "matches": [ "https:\/\/*.ogame.gameforge.com\/*" ] } ], "content_scripts": [ { "matches": [ "https:\/\/*.ogame.gameforge.com\/game\/*" ], "css": [ "\/assets\/styles.css" ], "js": [ "index.js" ] }, { "matches": [ "https:\/\/*.ogame.gameforge.com\/game\/index.php?page=messages" ], "js": [ "add2spy.js" ] } ] } |