Xenforo User Tools
A browser plugin to provide extended features for websites that are running the Xenforo forums software
Co to jest Xenforo User Tools?
Xenforo User Tools to rozszerzenie Chrome opracowane przez Serving Zion, a jego główną funkcją jest „A browser plugin to provide extended features for websites that are running the Xenforo forums software”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Xenforo User Tools
Pobierz pliki rozszerzeń Xenforo User Tools w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | Xenforo User Tools |
ID | goooibphenaddlgbppjgaaahobijabno |
Oficjalny URL | https://chromewebstore.google.com/detail/xenforo-user-tools/goooibphenaddlgbppjgaaahobijabno |
Opis | A browser plugin to provide extended features for websites that are running the Xenforo forums software |
Rozmiar pliku | 75.24 KB |
Liczba instalacji | 19 |
Aktualna Wersja | 1.0.0 |
Ostatnia Aktualizacja | 2020-10-13 |
Data Publikacji | 2020-10-13 |
Deweloper | Serving Zion |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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": [ " |