Tiermaker Layout Fixer

Fixes Tiermaker's garbage default layout

Tiermaker Layout Fixerとは何ですか?

Tiermaker Layout FixerはXyvyrianethによって開発されたChromeの拡張機能で、その主な機能は「Fixes Tiermaker's garbage default layout」です。

拡張機能のスクリーンショット

screenshot
screenshot

Tiermaker Layout Fixer拡張機能のCRXファイルをダウンロード

Tiermaker Layout Fixer拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Fixes Tiermaker's garbage default layout and puts the tierlist and the untiered items side-by-side instead of one above the other and you can scroll through them independently.

Tierlist-to-untiered ratio may be subject to change, probably too much untiered and not enough tierlist.                    

拡張機能の基本情報

名前 Tiermaker Layout Fixer Tiermaker Layout Fixer
ID igoolpbbfifplmcpnpdgeglfbbkajljo
公式URL https://chromewebstore.google.com/detail/tiermaker-layout-fixer/igoolpbbfifplmcpnpdgeglfbbkajljo
説明 Fixes Tiermaker's garbage default layout
ファイルサイズ 19.58 KB
インストール数 32
現在のバージョン 1.1
最終更新日 2023-02-01
公開日 2023-01-28
評価 2.00/5 合計 2 レビュー
開発者 Xyvyrianeth
Eメール [email protected]
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Tiermaker Layout Fixer",
    "short_name": "TLF",
    "description": "Fixes Tiermaker's garbage default layout",
    "version": "1.1",
    "icons": {
        "48": "icons\/48.png",
        "96": "icons\/96.png",
        "128": "icons\/128.png"
    },
    "content_scripts": [
        {
            "js": [
                "script.js"
            ],
            "matches": [
                "*:\/\/tiermaker.com\/create\/*",
                "*:\/\/tiermaker.com\/create-xy\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "manifest_version": 3,
    "browser_specific_settings": {
        "gecko": {
            "id": "{c1a4bf69-913e-4e4f-9a95-2f8d5f9ad494}"
        }
    }
}