Tiermaker Layout Fixer

Fixes Tiermaker's garbage default layout

What is Tiermaker Layout Fixer?

Tiermaker Layout Fixer is a Chrome extension developed by Xyvyrianeth, and its main feature is "Fixes Tiermaker's garbage default layout".

Extension Screenshots

screenshot
screenshot

Download Tiermaker Layout Fixer Extension CRX File

Download Tiermaker Layout Fixer extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Tiermaker Layout Fixer Tiermaker Layout Fixer
ID igoolpbbfifplmcpnpdgeglfbbkajljo
Official URL https://chromewebstore.google.com/detail/tiermaker-layout-fixer/igoolpbbfifplmcpnpdgeglfbbkajljo
Description Fixes Tiermaker's garbage default layout
File Size 19.58 KB
Installation Count 32
Current Version 1.1
Last Updated 2023-02-01
Publish Date 2023-01-28
Rating 2.00/5 Total 2 Ratings
Developer Xyvyrianeth
Email [email protected]
Payment Type free
Supported Languages 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}"
        }
    }
}