Dota 2 FandomWiki LayoutFix Extention

Fixes the layout of the Dota2 FandomWiki

¿Qué es Dota 2 FandomWiki LayoutFix Extention?

Dota 2 FandomWiki LayoutFix Extention es una extensión de Chrome desarrollada por florisschippers, y su función principal es "Fixes the layout of the Dota2 FandomWiki".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Dota 2 FandomWiki LayoutFix Extention

Descarga archivos de extensión Dota 2 FandomWiki LayoutFix Extention en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Dota 2 FandomWiki LayoutFix Extention Dota 2 FandomWiki LayoutFix Extention
ID poeldndhfgocdoifjphkoaacilbogedp
URL Oficial https://chromewebstore.google.com/detail/dota-2-fandomwiki-layoutf/poeldndhfgocdoifjphkoaacilbogedp
Descripción Fixes the layout of the Dota2 FandomWiki
Tamaño del Archivo 12.85 KB
Cantidad de Instalaciones 54
Versión Actual 1.1.0
Última Actualización 2021-08-30
Fecha de Publicación 2021-07-30
Calificación 5.00/5 Total de 1 Calificaciones
Desarrollador florisschippers
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados 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
}