Xenforo User Tools

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

什麼是Xenforo User Tools?

Xenforo User Tools是由Serving Zion開發的Chrome擴展程式,該擴展的主要功能是“A browser plugin to provide extended features for websites that are running the Xenforo forums software”。

擴展截圖

screenshot

下載Xenforo User Tools擴展crx文件

下載Xenforo User Tools擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Xenforo User Tools Xenforo User Tools
ID goooibphenaddlgbppjgaaahobijabno
官方網址 https://chromewebstore.google.com/detail/xenforo-user-tools/goooibphenaddlgbppjgaaahobijabno
簡介 A browser plugin to provide extended features for websites that are running the Xenforo forums software
檔案大小 75.24 KB
安裝次數 19
目前版本 1.0.0
更新時間 2020-10-13
上架時間 2020-10-13
開發者 Serving Zion
電子郵箱 [email protected]
付費類型 free
支援的語言 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"
    ]
}