Fandom Utils
Useful utilities to tweak Fandom wikis to your own preference.
Was ist Fandom Utils?
Fandom Utils ist eine Chrome-Erweiterung, die von KhangND entwickelt wurde, und ihr Hauptmerkmal ist "Useful utilities to tweak Fandom wikis to your own preference.".
Erweiterungsscreenshots
Fandom Utils-Erweiterungs-CRX-Datei herunterladen
Laden Sie Fandom Utils-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
Aiming to bring together all your favorite tools and utilities, Fandom Utils provides a simplified and easy-to-use interface to fully control your tools and enhance your browsing experience across all Fandom wikis. Read more at: https://github.com/khang-nd/fandom-utils#fandom-utils
Grundlegende Informationen zur Erweiterung
Name | |
ID | eogklihnaofhampffhohopaffelgjfbp |
Offizielle URL | https://chrome.google.com/webstore/detail/fandom-utils/eogklihnaofhampffhohopaffelgjfbp |
Beschreibung | Useful utilities to tweak Fandom wikis to your own preference. |
Dateigröße | 199 KB |
Installationsanzahl | 131 |
Aktuelle Version | 1.2.0 |
Letztes Update | 2020-12-08 |
Veröffentlichungsdatum | 2020-11-16 |
Bewertung | 4.50/5 Insgesamt 2 Bewertungen |
Entwickler | KhangND |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/khang-nd/fandom-utils |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Fandom Utils", "version": "1.2.0", "description": "Useful utilities to tweak Fandom wikis to your own preference.", "homepage_url": "https:\/\/github.com\/khang-nd\/fandom-utils", "manifest_version": 2, "icons": { "128": "images\/icon.png" }, "permissions": [ "storage", "tabs" ], "background": { "scripts": [ "build\/background.js" ], "persistent": false }, "browser_action": [], "options_ui": { "page": "options.html", "open_in_tab": true }, "content_scripts": [ { "matches": [ "https:\/\/*.fandom.com\/*" ], "js": [ "build\/utils.js" ] } ] } |