Dota 2 FandomWiki LayoutFix Extention

Fixes the layout of the Dota2 FandomWiki

Hvad er Dota 2 FandomWiki LayoutFix Extention?

Dota 2 FandomWiki LayoutFix Extention er en Chrome-udvidelse udviklet af florisschippers, og dens hovedfunktion er "Fixes the layout of the Dota2 FandomWiki".

Udvidelsesskærmbilleder

screenshot

Download Dota 2 FandomWiki LayoutFix Extention-udvidelses-CRX-fil

Download Dota 2 FandomWiki LayoutFix Extention-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Dota 2 FandomWiki LayoutFix Extention Dota 2 FandomWiki LayoutFix Extention
ID poeldndhfgocdoifjphkoaacilbogedp
Officiel URL https://chromewebstore.google.com/detail/dota-2-fandomwiki-layoutf/poeldndhfgocdoifjphkoaacilbogedp
Beskrivelse Fixes the layout of the Dota2 FandomWiki
Filstørrelse 12.85 KB
Antal Installationer 54
Nuværende Version 1.1.0
Senest Opdateret 2021-08-30
Udgivelsesdato 2021-07-30
Bedømmelse 5.00/5 Samlet 1 Bedømmelser
Udvikler florisschippers
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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
}