Extented ESO Forum
Simple plugin to extend the ESO forum.
Hvad er Extented ESO Forum?
Extented ESO Forum er en Chrome-udvidelse udviklet af zskullfox, og dens hovedfunktion er "Simple plugin to extend the ESO forum.".
Udvidelsesskærmbilleder
Download Extented ESO Forum-udvidelses-CRX-fil
Download Extented ESO Forum-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
This plugin extend the Elder Scrolls Online Forum. It removes the oversized header and add a bar for the live serverstatus. It also adds endless scrolling in the discussions and a "Hide nerf threads" option.
Grundlæggende oplysninger om udvidelsen
Navn | Extented ESO Forum |
ID | nkbgandjpcgmdjkdokndjnhpimplpffc |
Officiel URL | https://chromewebstore.google.com/detail/extented-eso-forum/nkbgandjpcgmdjkdokndjnhpimplpffc |
Beskrivelse | Simple plugin to extend the ESO forum. |
Filstørrelse | 74.33 KB |
Antal Installationer | 11 |
Nuværende Version | 0.1.3 |
Senest Opdateret | 2017-08-14 |
Udgivelsesdato | 2017-08-14 |
Bedømmelse | 5.00/5 Samlet 2 Bedømmelser |
Udvikler | zskullfox |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Extented ESO Forum", "version": "0.1.3", "description": "Simple plugin to extend the ESO forum.", "homepage_url": "https:\/\/github.com\/Skullfox\/extented-eso-forum", "web_accessible_resources": [ "jquery.min.js", "content.js", "css\/*.css" ], "options_page": "options.html", "browser_action": { "default_icon": "icon\/48.png", "default_popup": "options.html", "default_title": "Extended Eso Forum" }, "content_scripts": [ { "css": [ "css\/style.css" ], "js": [ "js\/jquery.min.js", "js\/content.js" ], "matches": [ "https:\/\/forums.elderscrollsonline.com\/*", "http:\/\/www.elderscrollsonline.com\/*" ], "run_at": "document_end" } ], "icons": { "128": "icon\/128.png", "16": "icon\/16.png", "48": "icon\/48.png" }, "permissions": [ "https:\/\/live-services.elderscrollsonline.com\/status\/realms", "storage" ] } |