Fandom Enhance

Removes bloat from any fandom.com wiki

What is Fandom Enhance?

Fandom Enhance is a Chrome extension developed by maltejur, and its main feature is "Removes bloat from any fandom.com wiki".

Extension Screenshots

screenshot
screenshot

Download Fandom Enhance Extension CRX File

Download Fandom Enhance extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Removes bloat like the fandom bar and unwanted auto-play videos from any fandom.com wiki.                    

Extension Basic Information

Name Fandom Enhance Fandom Enhance
ID hhghjoikiknokaibmbniamildpnnajpo
Official URL https://chromewebstore.google.com/detail/fandom-enhance/hhghjoikiknokaibmbniamildpnnajpo
Description Removes bloat from any fandom.com wiki
File Size 66.44 KB
Installation Count 3,312
Current Version 1.2.2
Last Updated 2023-01-17
Publish Date 2021-04-05
Rating 4.40/5 Total 20 Ratings
Developer maltejur
Email [email protected]
Payment Type free
Supported Languages 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"
        }
    ]
}