Extented ESO Forum

Simple plugin to extend the ESO forum.

Extented ESO Forum là gì?

Extented ESO Forum là một tiện ích mở rộng Chrome được phát triển bởi zskullfox, và tính năng chính của nó là "Simple plugin to extend the ESO forum.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Extented ESO Forum

Tải xuống các tệp mở rộng Extented ESO Forum dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Extented ESO Forum Extented ESO Forum
ID nkbgandjpcgmdjkdokndjnhpimplpffc
URL Chính Thức https://chromewebstore.google.com/detail/extented-eso-forum/nkbgandjpcgmdjkdokndjnhpimplpffc
Mô tả Simple plugin to extend the ESO forum.
Kích Thước Tệp 74.33 KB
Số Lần Cài Đặt 11
Phiên Bản Hiện Tại 0.1.3
Cập Nhật Lần Cuối 2017-08-14
Ngày Phát Hành 2017-08-14
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển zskullfox
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}