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 |
官方網址 | 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" ] } |