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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A browser plugin to provide extended features for websites that are running the Xenforo forums software"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Xenforo User Tools एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
    ]
}