Fandom Enhance
Removes bloat from any fandom.com wiki
Qu'est-ce que Fandom Enhance ?
Fandom Enhance est une extension Chrome développée par maltejur, et sa fonction principale est "Removes bloat from any fandom.com wiki".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Fandom Enhance
Téléchargez les fichiers d'extension Fandom Enhance 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
Removes bloat like the fandom bar and unwanted auto-play videos from any fandom.com wiki.
Informations de Base sur l'Extension
Nom | Fandom Enhance |
ID | hhghjoikiknokaibmbniamildpnnajpo |
URL Officiel | https://chromewebstore.google.com/detail/fandom-enhance/hhghjoikiknokaibmbniamildpnnajpo |
Description | Removes bloat from any fandom.com wiki |
Taille du Fichier | 66.44 KB |
Nombre d'Installations | 3,312 |
Version Actuelle | 1.2.2 |
Dernière Mise à Jour | 2023-01-17 |
Date de Publication | 2021-04-05 |
Évaluation | 4.40/5 Total 20 Évaluations |
Développeur | maltejur |
[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, "name": "Fandom Enhance", "version": "1.2.2", "icons": { "128": "icon.png" }, "description": "Removes bloat from any fandom.com wiki", "content_scripts": [ { "matches": [ "*:\/\/*.fandom.com\/wiki\/*", "*:\/\/*.fandom.com\/*\/wiki\/*" ], "js": [ "script.js" ], "run_at": "document_end" }, { "matches": [ "*:\/\/*.fandom.com\/wiki\/*", "*:\/\/*.fandom.com\/*\/wiki\/*" ], "css": [ "style.css" ], "run_at": "document_start" } ] } |