Xenforo User Tools
A browser plugin to provide extended features for websites that are running the Xenforo forums software
Was ist Xenforo User Tools?
Xenforo User Tools ist eine Chrome-Erweiterung, die von Serving Zion entwickelt wurde, und ihr Hauptmerkmal ist "A browser plugin to provide extended features for websites that are running the Xenforo forums software".
Erweiterungsscreenshots
Xenforo User Tools-Erweiterungs-CRX-Datei herunterladen
Laden Sie Xenforo User Tools-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Xenforo User Tools |
ID | goooibphenaddlgbppjgaaahobijabno |
Offizielle URL | https://chromewebstore.google.com/detail/xenforo-user-tools/goooibphenaddlgbppjgaaahobijabno |
Beschreibung | A browser plugin to provide extended features for websites that are running the Xenforo forums software |
Dateigröße | 75.24 KB |
Installationsanzahl | 19 |
Aktuelle Version | 1.0.0 |
Letztes Update | 2020-10-13 |
Veröffentlichungsdatum | 2020-10-13 |
Entwickler | Serving Zion |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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": [ " |