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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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}"
        }
    }
}