Extented ESO Forum
Simple plugin to extend the ESO forum.
Cos'è Extented ESO Forum?
Extented ESO Forum è un'estensione di Chrome sviluppata da zskullfox, e la sua funzione principale è "Simple plugin to extend the ESO forum.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Extented ESO Forum
Scarica i file di estensione Extented ESO Forum in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Extented ESO Forum |
ID | nkbgandjpcgmdjkdokndjnhpimplpffc |
URL Ufficiale | https://chromewebstore.google.com/detail/extented-eso-forum/nkbgandjpcgmdjkdokndjnhpimplpffc |
Descrizione | Simple plugin to extend the ESO forum. |
Dimensione del File | 74.33 KB |
Conteggio Installazioni | 11 |
Versione Corrente | 0.1.3 |
Ultimo Aggiornamento | 2017-08-14 |
Data di Pubblicazione | 2017-08-14 |
Valutazione | 5.00/5 Totale 2 Valutazioni |
Sviluppatore | zskullfox |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } |