아프리카tv 채팅 모아보기
보고싶은 채팅을 한번에 모아보세요!
Cos'è 아프리카tv 채팅 모아보기?
아프리카tv 채팅 모아보기 è un'estensione di Chrome sviluppata da junguj98, e la sua funzione principale è "보고싶은 채팅을 한번에 모아보세요!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione 아프리카tv 채팅 모아보기
Scarica i file di estensione 아프리카tv 채팅 모아보기 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
BJ, 매니저, 열혈팬, 구독자, 팬 및 기타 시청자의 채팅을 따로 모아볼 수 있습니다.
Informazioni di Base sull'Estensione
Nome | 아프리카tv 채팅 모아보기 |
ID | oenmfbheogigcgbiadciifkdoldkggen |
URL Ufficiale | https://chromewebstore.google.com/detail/%EC%95%84%ED%94%84%EB%A6%AC%EC%B9%B4tv-%EC%B1%84%ED%8C%85-%EB%AA%A8%EC%95%84%EB%B3%B4%EA%B8%B0/oenmfbheogigcgbiadciifkdoldkggen |
Descrizione | 보고싶은 채팅을 한번에 모아보세요! |
Dimensione del File | 97.08 KB |
Conteggio Installazioni | 383 |
Versione Corrente | 1.1.0 |
Ultimo Aggiornamento | 2022-05-26 |
Data di Pubblicazione | 2022-05-22 |
Valutazione | 4.70/5 Totale 10 Valutazioni |
Sviluppatore | junguj98 |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "short_name": "\uc544\ud504\ub9ac\uce74tv \ucc44\ud305 \ubaa8\uc544\ubcf4\uae30", "name": "\uc544\ud504\ub9ac\uce74tv \ucc44\ud305 \ubaa8\uc544\ubcf4\uae30", "description": "\ubcf4\uace0\uc2f6\uc740 \ucc44\ud305\uc744 \ud55c\ubc88\uc5d0 \ubaa8\uc544\ubcf4\uc138\uc694!", "manifest_version": 3, "version": "1.1.0", "icons": { "16": "logo.png", "48": "logo.png", "128": "logo.png" }, "action": { "default_popup": "index.html", "default_title": "\uc544\ud504\ub9ac\uce74tv \ucc44\ud305 \ubaa8\uc544\ubcf4\uae30" }, "permissions": [ "storage" ], "host_permissions": [ "*:\/\/play.afreecatv.com\/*" ], "content_scripts": [ { "matches": [ "*:\/\/play.afreecatv.com\/*" ], "all-frames": true, "css": [ "content.css" ], "js": [ "content.js" ] } ] } |