Dota 2 FandomWiki LayoutFix Extention

Fixes the layout of the Dota2 FandomWiki

什么是Dota 2 FandomWiki LayoutFix Extention?

Dota 2 FandomWiki LayoutFix Extention是由florisschippers开发的Chrome扩展程序,该扩展的主要功能是“Fixes the layout of the Dota2 FandomWiki”。

扩展截图

screenshot

下载Dota 2 FandomWiki LayoutFix Extention扩展crx文件

下载Dota 2 FandomWiki LayoutFix Extention扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Dota 2 FandomWiki LayoutFix Extention Dota 2 FandomWiki LayoutFix Extention
ID poeldndhfgocdoifjphkoaacilbogedp
官方URL https://chromewebstore.google.com/detail/dota-2-fandomwiki-layoutf/poeldndhfgocdoifjphkoaacilbogedp
简介 Fixes the layout of the Dota2 FandomWiki
文件大小 12.85 KB
安装次数 54
当前版本 1.1.0
更新时间 2021-08-30
上架时间 2021-07-30
评分 5.00/5 共1次评分
开发者 florisschippers
电子邮箱 [email protected]
付费类型 free
支持的语言 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
}