아프리카tv 채팅 모아보기
보고싶은 채팅을 한번에 모아보세요!
Vad är 아프리카tv 채팅 모아보기?
아프리카tv 채팅 모아보기 är en Chrome-tillägg utvecklad av junguj98, och dess huvudfunktion är "보고싶은 채팅을 한번에 모아보세요!".
Tilläggsskärmbilder
Ladda ner 아프리카tv 채팅 모아보기-förlängningens CRX-fil
Ladda ner 아프리카tv 채팅 모아보기-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
BJ, 매니저, 열혈팬, 구독자, 팬 및 기타 시청자의 채팅을 따로 모아볼 수 있습니다. Grundläggande Information om Tillägg
| Namn | |
| ID | oenmfbheogigcgbiadciifkdoldkggen |
| Officiell webbadress | 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 |
| Beskrivning | 보고싶은 채팅을 한번에 모아보세요! |
| Filstorlek | 97.08 KB |
| Antal Installationer | 383 |
| Aktuell Version | 1.1.0 |
| Senast Uppdaterad | 2022-05-26 |
| Publiceringsdatum | 2022-05-22 |
| Betyg | 4.70/5 Totalt 10 Betyg |
| Utvecklare | junguj98 |
| E-post | [email protected] |
| Betalningssätt | free |
| Stödda Språk | 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"
]
}
]
} | |