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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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"
    ]
}