Dota 2 FandomWiki LayoutFix Extention

Fixes the layout of the Dota2 FandomWiki

O que é Dota 2 FandomWiki LayoutFix Extention?

Dota 2 FandomWiki LayoutFix Extention é uma extensão do Chrome desenvolvida por florisschippers, e sua principal característica é "Fixes the layout of the Dota2 FandomWiki".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Dota 2 FandomWiki LayoutFix Extention

Baixe arquivos de extensão Dota 2 FandomWiki LayoutFix Extention no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Dota 2 FandomWiki LayoutFix Extention Dota 2 FandomWiki LayoutFix Extention
ID poeldndhfgocdoifjphkoaacilbogedp
URL Oficial https://chromewebstore.google.com/detail/dota-2-fandomwiki-layoutf/poeldndhfgocdoifjphkoaacilbogedp
Descrição Fixes the layout of the Dota2 FandomWiki
Tamanho do Arquivo 12.85 KB
Contagem de Instalações 54
Versão Atual 1.1.0
Última Atualização 2021-08-30
Data de Publicação 2021-07-30
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor florisschippers
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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
}