Extented ESO Forum
Simple plugin to extend the ESO forum.
Extented ESO Forumとは何ですか?
Extented ESO Forumはzskullfoxによって開発されたChromeの拡張機能で、その主な機能は「Simple plugin to extend the ESO forum.」です。
拡張機能のスクリーンショット
Extented ESO Forum拡張機能のCRXファイルをダウンロード
Extented ESO Forum拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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.
拡張機能の基本情報
名前 | Extented ESO Forum |
ID | nkbgandjpcgmdjkdokndjnhpimplpffc |
公式URL | https://chromewebstore.google.com/detail/extented-eso-forum/nkbgandjpcgmdjkdokndjnhpimplpffc |
説明 | Simple plugin to extend the ESO forum. |
ファイルサイズ | 74.33 KB |
インストール数 | 11 |
現在のバージョン | 0.1.3 |
最終更新日 | 2017-08-14 |
公開日 | 2017-08-14 |
評価 | 5.00/5 合計 2 レビュー |
開発者 | zskullfox |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | 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" ] } |