Tiermaker Layout Fixer

Fixes Tiermaker's garbage default layout

Tiermaker Layout Fixer क्या है?

Tiermaker Layout Fixer Xyvyrianeth द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Fixes Tiermaker's garbage default layout"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Tiermaker Layout Fixer एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
ईमेल [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}"
        }
    }
}