Dota 2 FandomWiki LayoutFix Extention

Fixes the layout of the Dota2 FandomWiki

What is Dota 2 FandomWiki LayoutFix Extention?

Dota 2 FandomWiki LayoutFix Extention is a Chrome extension developed by florisschippers, and its main feature is "Fixes the layout of the Dota2 FandomWiki".

Extension Screenshots

screenshot

Download Dota 2 FandomWiki LayoutFix Extention Extension CRX File

Download Dota 2 FandomWiki LayoutFix Extention 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

                        The Dota 2 wiki has moved from a Gamepedia wiki to a Fandom Wiki. Previously, the Gamepedia wiki looked awesome. Sadly. the Fandom system does not. It provides a lot of bloat, which ruins the layout of the wiki. This plugin hides part of the Fandom wiki bloat and provides a more pleasant layout for the users of the wiki.                    

Extension Basic Information

Name Dota 2 FandomWiki LayoutFix Extention Dota 2 FandomWiki LayoutFix Extention
ID poeldndhfgocdoifjphkoaacilbogedp
Official URL https://chromewebstore.google.com/detail/dota-2-fandomwiki-layoutf/poeldndhfgocdoifjphkoaacilbogedp
Description Fixes the layout of the Dota2 FandomWiki
File Size 12.85 KB
Installation Count 54
Current Version 1.1.0
Last Updated 2021-08-30
Publish Date 2021-07-30
Rating 5.00/5 Total 1 Ratings
Developer florisschippers
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Dota 2 FandomWiki LayoutFix Extention",
    "version": "1.1.0",
    "description": "Fixes the layout of the Dota2 FandomWiki",
    "icons": {
        "70": ".\/assets\/icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/dota2.fandom.com\/*"
            ],
            "css": [
                ".\/lib\/main.css"
            ]
        }
    ],
    "manifest_version": 3
}