Tiermaker Layout Fixer
Fixes Tiermaker's garbage default layout
Cos'è Tiermaker Layout Fixer?
Tiermaker Layout Fixer è un'estensione di Chrome sviluppata da Xyvyrianeth, e la sua funzione principale è "Fixes Tiermaker's garbage default layout".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Tiermaker Layout Fixer
Scarica i file di estensione Tiermaker Layout Fixer in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Tiermaker Layout Fixer |
ID | igoolpbbfifplmcpnpdgeglfbbkajljo |
URL Ufficiale | https://chromewebstore.google.com/detail/tiermaker-layout-fixer/igoolpbbfifplmcpnpdgeglfbbkajljo |
Descrizione | Fixes Tiermaker's garbage default layout |
Dimensione del File | 19.58 KB |
Conteggio Installazioni | 32 |
Versione Corrente | 1.1 |
Ultimo Aggiornamento | 2023-02-01 |
Data di Pubblicazione | 2023-01-28 |
Valutazione | 2.00/5 Totale 2 Valutazioni |
Sviluppatore | Xyvyrianeth |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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}" } } } |