Xenforo User Tools
A browser plugin to provide extended features for websites that are running the Xenforo forums software
Qu'est-ce que Xenforo User Tools ?
Xenforo User Tools est une extension Chrome développée par Serving Zion, et sa fonction principale est "A browser plugin to provide extended features for websites that are running the Xenforo forums software".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Xenforo User Tools
Téléchargez les fichiers d'extension Xenforo User Tools au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Xenforo User Tools |
ID | goooibphenaddlgbppjgaaahobijabno |
URL Officiel | https://chromewebstore.google.com/detail/xenforo-user-tools/goooibphenaddlgbppjgaaahobijabno |
Description | A browser plugin to provide extended features for websites that are running the Xenforo forums software |
Taille du Fichier | 75.24 KB |
Nombre d'Installations | 19 |
Version Actuelle | 1.0.0 |
Dernière Mise à Jour | 2020-10-13 |
Date de Publication | 2020-10-13 |
Développeur | Serving Zion |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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": [ " |