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 هو إضافة Chrome تم تطويرها بواسطة Serving Zion، والميزة الرئيسية لها هي "A browser plugin to provide extended features for websites that are running the Xenforo forums software".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Xenforo User Tools

قم بتنزيل ملفات الامتداد Xenforo User Tools بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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"
    ]
}