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 |
电子邮箱 | [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" ] } |