Elden Ring Wiki Viewer
Make the Elden Ring Wiki more readable.
ما هو Elden Ring Wiki Viewer؟
Elden Ring Wiki Viewer هو إضافة Chrome تم تطويرها بواسطة furmandev، والميزة الرئيسية لها هي "Make the Elden Ring Wiki more readable.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Elden Ring Wiki Viewer
قم بتنزيل ملفات الامتداد Elden Ring Wiki Viewer بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Ever feel like the Elden Ring Wiki website is hard to read? This extension makes design and layout improvements to the website that greatly improves readability.
معلومات أساسية عن التمديد
الاسم | Elden Ring Wiki Viewer |
ID | pooclmjnpbpalanpchikcpbpghffdcnc |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/elden-ring-wiki-viewer/pooclmjnpbpalanpchikcpbpghffdcnc |
الوصف | Make the Elden Ring Wiki more readable. |
حجم الملف | 4.38 KB |
عدد التثبيتات | 173 |
النسخة الحالية | 0.0.1 |
آخر تحديث | 2022-04-29 |
تاريخ النشر | 2022-04-11 |
تقييم | 5.00/5 مجموع تقييمات 2 |
المطور | furmandev |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Elden Ring Wiki Viewer", "description": "Make the Elden Ring Wiki more readable.", "version": "0.0.1", "manifest_version": 3, "action": { "default_title": "redden" }, "content_scripts": [ { "css": [ "style.css" ], "js": [ "index.js" ], "matches": [ "*:\/\/eldenring.wiki.fextralife.com\/*" ] } ], "icons": { "32": "icons\/logo.png" } } |