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
Eメール [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
}