아프리카tv 채팅 모아보기
보고싶은 채팅을 한번에 모아보세요!
What is 아프리카tv 채팅 모아보기?
아프리카tv 채팅 모아보기 is a Chrome extension developed by junguj98, and its main feature is "보고싶은 채팅을 한번에 모아보세요!".
Extension Screenshots
Download 아프리카tv 채팅 모아보기 Extension CRX File
Download 아프리카tv 채팅 모아보기 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
BJ, 매니저, 열혈팬, 구독자, 팬 및 기타 시청자의 채팅을 따로 모아볼 수 있습니다.
Extension Basic Information
Name | 아프리카tv 채팅 모아보기 |
ID | oenmfbheogigcgbiadciifkdoldkggen |
Official URL | 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 |
Description | 보고싶은 채팅을 한번에 모아보세요! |
File Size | 97.08 KB |
Installation Count | 383 |
Current Version | 1.1.0 |
Last Updated | 2022-05-26 |
Publish Date | 2022-05-22 |
Rating | 4.70/5 Total 10 Ratings |
Developer | junguj98 |
[email protected] | |
Payment Type | free |
Supported Languages | 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" ] } ] } |