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 с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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" } } |