OBot
Extends the user interface of the mmog OGame with a unlimited list of favourites
ما هو OBot؟
OBot هو إضافة Chrome تم تطويرها بواسطة Dawosch، والميزة الرئيسية لها هي "Extends the user interface of the mmog OGame with a unlimited list of favourites".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة OBot
قم بتنزيل ملفات الامتداد OBot بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Diese Extension erweitert das User Interface des MMOG "OGame" und eine unlimitierte Favoritenliste. Spieler können ganz leicht hinzugefügt und gelöscht werden.
معلومات أساسية عن التمديد
الاسم | OBot |
ID | ifilffiklclodhchnejccihimmkhomii |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/obot/ifilffiklclodhchnejccihimmkhomii |
الوصف | Extends the user interface of the mmog OGame with a unlimited list of favourites |
حجم الملف | 482 KB |
عدد التثبيتات | 192 |
النسخة الحالية | 1.0.0 |
آخر تحديث | 2021-10-24 |
تاريخ النشر | 2021-10-24 |
المطور | Dawosch |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | 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" ] } ] } |