Xenforo User Tools

A browser plugin to provide extended features for websites that are running the Xenforo forums software

Xenforo User Tools là gì?

Xenforo User Tools là một tiện ích mở rộng Chrome được phát triển bởi Serving Zion, và tính năng chính của nó là "A browser plugin to provide extended features for websites that are running the Xenforo forums software".

Ả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 Xenforo User Tools

Tải xuống các tệp mở rộng Xenforo User Tools 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

                        Members of websites that use the Xenforo software can add the usernames of other members who they wish to ignore. Any content from those users will be hidden on the page.                    

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

Tên Xenforo User Tools Xenforo User Tools
ID goooibphenaddlgbppjgaaahobijabno
URL Chính Thức https://chromewebstore.google.com/detail/xenforo-user-tools/goooibphenaddlgbppjgaaahobijabno
Mô tả A browser plugin to provide extended features for websites that are running the Xenforo forums software
Kích Thước Tệp 75.24 KB
Số Lần Cài Đặt 19
Phiên Bản Hiện Tại 1.0.0
Cập Nhật Lần Cuối 2020-10-13
Ngày Phát Hành 2020-10-13
Nhà Phát Triển Serving Zion
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,
    "default_locale": "en",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "version": "1.0.0",
    "options_page": "options.html",
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "browser_action": {
        "default_popup": "options.html"
    },
    "permissions": [
        "storage"
    ],
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "css\/content-scripts\/xenforo-user-tools.css"
            ],
            "js": [
                "js\/forum-user-tools\/xenforo-user-tools.js",
                "js\/content-scripts\/jquery-3.4.1.min.js",
                "js\/content-scripts\/xenforo-user-tools.js"
            ],
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        "css\/content-scripts\/*.png"
    ]
}