Fandom SideBar Remover

Remove Side bar from Fandom Wiki

What is Fandom SideBar Remover?

Fandom SideBar Remover is a Chrome extension developed by SoRadGaming, and its main feature is "Remove Side bar from Fandom Wiki".

Extension Screenshots

screenshot
screenshot

Download Fandom SideBar Remover Extension CRX File

Download Fandom SideBar Remover 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

                        Remove the Side-Bars of the Fandom Wiki and allow more space for the Wiki Content, look at the images before and after.                    

Extension Basic Information

Name Fandom SideBar Remover Fandom SideBar Remover
ID ehdfiijmhjlmkbgoiiejnledicdeolag
Official URL https://chromewebstore.google.com/detail/fandom-sidebar-remover/ehdfiijmhjlmkbgoiiejnledicdeolag
Description Remove Side bar from Fandom Wiki
File Size 28.78 KB
Installation Count 442
Current Version 1.0.0
Last Updated 2022-10-04
Publish Date 2022-10-03
Rating 5.00/5 Total 8 Ratings
Developer SoRadGaming
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Fandom SideBar Remover",
    "description": "Remove Side bar from Fandom Wiki",
    "version": "1.0.0",
    "manifest_version": 3,
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.fandom.com\/wiki\/*",
                "https:\/\/*.fandom.com\/*"
            ],
            "css": [
                "index.css"
            ]
        }
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/images\/icon16.png",
            "32": "\/images\/icon32.png",
            "48": "\/images\/icon48.png",
            "128": "\/images\/icon128.png"
        }
    },
    "icons": {
        "16": "\/images\/icon16.png",
        "48": "\/images\/icon48.png",
        "128": "\/images\/icon128.png"
    }
}