Elden Ring Wiki Viewer
Make the Elden Ring Wiki more readable.
What is Elden Ring Wiki Viewer?
Elden Ring Wiki Viewer is a Chrome extension developed by furmandev, and its main feature is "Make the Elden Ring Wiki more readable.".
Extension Screenshots
Download Elden Ring Wiki Viewer Extension CRX File
Download Elden Ring Wiki Viewer extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Elden Ring Wiki Viewer |
ID | pooclmjnpbpalanpchikcpbpghffdcnc |
Official URL | https://chromewebstore.google.com/detail/elden-ring-wiki-viewer/pooclmjnpbpalanpchikcpbpghffdcnc |
Description | Make the Elden Ring Wiki more readable. |
File Size | 4.38 KB |
Installation Count | 173 |
Current Version | 0.0.1 |
Last Updated | 2022-04-29 |
Publish Date | 2022-04-11 |
Rating | 5.00/5 Total 2 Ratings |
Developer | furmandev |
[email protected] | |
Payment Type | free |
Supported Languages | 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" } } |