Dota 2 FandomWiki LayoutFix Extention

Fixes the layout of the Dota2 FandomWiki

Apa itu Dota 2 FandomWiki LayoutFix Extention?

Dota 2 FandomWiki LayoutFix Extention adalah ekstensi Chrome yang dikembangkan oleh florisschippers, dan fitur utamanya adalah "Fixes the layout of the Dota2 FandomWiki".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Dota 2 FandomWiki LayoutFix Extention

Unduh file ekstensi Dota 2 FandomWiki LayoutFix Extention dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Dota 2 FandomWiki LayoutFix Extention Dota 2 FandomWiki LayoutFix Extention
ID poeldndhfgocdoifjphkoaacilbogedp
URL Resmi https://chromewebstore.google.com/detail/dota-2-fandomwiki-layoutf/poeldndhfgocdoifjphkoaacilbogedp
Deskripsi Fixes the layout of the Dota2 FandomWiki
Ukuran File 12.85 KB
Jumlah Instalasi 54
Versi Saat Ini 1.1.0
Terakhir Diperbarui 2021-08-30
Tanggal Publikasi 2021-07-30
Penilaian 5.00/5 Total 1 Penilaian
Pengembang florisschippers
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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
}