TETRIO Search
TETR.IO 유저의 전적을 검색할수있습니다.
Cos'è TETRIO Search?
TETRIO Search è un'estensione di Chrome sviluppata da 평리 ( whguswo ), e la sua funzione principale è "TETR.IO 유저의 전적을 검색할수있습니다.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione TETRIO Search
Scarica i file di estensione TETRIO Search 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
Tetr.io 온라인 테트리스 게임의 전적검색을 할수있습니다. 유저 이름을 입력한 뒤 엔터나 검색버튼을 클릭해서 검색합니다. (유저의 티어, 40 Lines 최고기록, Blitz 최고기록등을 알수있습니다.) 최근기록을 클릭한 후 리플레이 버튼을 눌러 리플레이를 볼수있습니다.
Informazioni di Base sull'Estensione
Nome | |
ID | dhikfeejdomhkbgghlhahhhokfndphnn |
URL Ufficiale | https://chromewebstore.google.com/detail/tetrio-search/dhikfeejdomhkbgghlhahhhokfndphnn |
Descrizione | TETR.IO 유저의 전적을 검색할수있습니다. |
Dimensione del File | 4.47 MB |
Conteggio Installazioni | 87 |
Versione Corrente | 1.2 |
Ultimo Aggiornamento | 2022-05-18 |
Data di Pubblicazione | 2022-04-05 |
Valutazione | 5.00/5 Totale 2 Valutazioni |
Sviluppatore | 평리 ( whguswo ) |
[email protected] | |
Tipo di Pagamento | free |
URL della Pagina di Aiuto | https://www.instagram.com/whguswo0818/ |
Lingue Supportate | ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "TETRIO Search", "description": "TETR.IO \uc720\uc800\uc758 \uc804\uc801\uc744 \uac80\uc0c9\ud560\uc218\uc788\uc2b5\ub2c8\ub2e4.", "version": "1.2", "manifest_version": 3, "background": { "service_worker": "js\/background.js" }, "host_permissions": [ "https:\/\/ch.tetr.io\/*" ], "action": { "default_popup": "html\/popup.html", "default_icon": { "16": "images\/T16.png", "32": "images\/T32.png", "48": "images\/T48.png", "128": "images\/T128.png" } }, "icons": { "16": "images\/T16.png", "32": "images\/T32.png", "48": "images\/T48.png", "128": "images\/T128.png" } } |