Dota 2 FandomWiki LayoutFix Extention

Fixes the layout of the Dota2 FandomWiki

Qu'est-ce que Dota 2 FandomWiki LayoutFix Extention ?

Dota 2 FandomWiki LayoutFix Extention est une extension Chrome développée par florisschippers, et sa fonction principale est "Fixes the layout of the Dota2 FandomWiki".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Dota 2 FandomWiki LayoutFix Extention

Téléchargez les fichiers d'extension Dota 2 FandomWiki LayoutFix Extention au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Dota 2 FandomWiki LayoutFix Extention Dota 2 FandomWiki LayoutFix Extention
ID poeldndhfgocdoifjphkoaacilbogedp
URL Officiel https://chromewebstore.google.com/detail/dota-2-fandomwiki-layoutf/poeldndhfgocdoifjphkoaacilbogedp
Description Fixes the layout of the Dota2 FandomWiki
Taille du Fichier 12.85 KB
Nombre d'Installations 54
Version Actuelle 1.1.0
Dernière Mise à Jour 2021-08-30
Date de Publication 2021-07-30
Évaluation 5.00/5 Total 1 Évaluations
Développeur florisschippers
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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
}