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
公式URL 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
Eメール [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"
    ]
}