Extented ESO Forum
Simple plugin to extend the ESO forum.
Co to jest Extented ESO Forum?
Extented ESO Forum to rozszerzenie Chrome opracowane przez zskullfox, a jego główną funkcją jest „Simple plugin to extend the ESO forum.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Extented ESO Forum
Pobierz pliki rozszerzeń Extented ESO Forum w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | Extented ESO Forum |
ID | nkbgandjpcgmdjkdokndjnhpimplpffc |
Oficjalny URL | https://chromewebstore.google.com/detail/extented-eso-forum/nkbgandjpcgmdjkdokndjnhpimplpffc |
Opis | Simple plugin to extend the ESO forum. |
Rozmiar pliku | 74.33 KB |
Liczba instalacji | 11 |
Aktualna Wersja | 0.1.3 |
Ostatnia Aktualizacja | 2017-08-14 |
Data Publikacji | 2017-08-14 |
Ocena | 5.00/5 Łącznie 2 Oceny |
Deweloper | zskullfox |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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" ] } |