아프리카 채팅창 디자인 변경
아프리카 채팅창의 디자인을 깔끔하게 도와줍니다.
What is 아프리카 채팅창 디자인 변경?
아프리카 채팅창 디자인 변경 is a Chrome extension developed by sungsuk0512, and its main feature is "아프리카 채팅창의 디자인을 깔끔하게 도와줍니다.".
Extension Screenshots
Download 아프리카 채팅창 디자인 변경 Extension CRX File
Download 아프리카 채팅창 디자인 변경 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
아프리카 티비 에서 채팅창을 사용하다 보니 좀더 좋은 서비스를 위해서는 레이아웃과 불필요한 요소를 제거할 필요가 있다고 판단하여 개발 하게 되었습니다. 기능 1. 특정 이모티콘(젠더콘, 퀵뷰,팬클럽 .etc) 삭제 ( bj 제외) 2. 채팅창의 레이아웃을 변경 기존 두줄로 나오던 채팅창을 한줄에 표시하도록 만들었으며 공지 와 같은경우는 두줄로 채팅창에 출력하도록 하였습니다. 3. 토글 버튼으로 닉네임 색상 변경 가능 ________________________________ 2024-02-05 아프리카 정보가 변경되에서 재배포 예정입니다.
Extension Basic Information
Name | 아프리카 채팅창 디자인 변경 |
ID | aalgknbacadffkhbincnbcmcjdbgbdlb |
Official URL | https://chromewebstore.google.com/detail/%EC%95%84%ED%94%84%EB%A6%AC%EC%B9%B4-%EC%B1%84%ED%8C%85%EC%B0%BD-%EB%94%94%EC%9E%90%EC%9D%B8-%EB%B3%80%EA%B2%BD/aalgknbacadffkhbincnbcmcjdbgbdlb |
Description | 아프리카 채팅창의 디자인을 깔끔하게 도와줍니다. |
File Size | 327 KB |
Installation Count | 149 |
Current Version | 1.0 |
Last Updated | 2024-02-05 |
Publish Date | 2024-01-01 |
Rating | 5.00/5 Total 1 Ratings |
Developer | sungsuk0512 |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/seong-94/chrome_extension |
Help Page URL | https://github.com/seong-94/chrome_extension |
Supported Languages | ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "\uc544\ud504\ub9ac\uce74 \ucc44\ud305\ucc3d \ub514\uc790\uc778 \ubcc0\uacbd", "description": "\uc544\ud504\ub9ac\uce74 \ucc44\ud305\ucc3d\uc758 \ub514\uc790\uc778\uc744 \uae54\ub054\ud558\uac8c \ub3c4\uc640\uc90d\ub2c8\ub2e4.", "version": "1.0", "manifest_version": 3, "background": { "service_worker": "background.js" }, "permissions": [ "storage" ], "action": { "default_popup": "popup\/popup.html", "default_icon": { "16": "\/images\/icons-16.png", "32": "\/images\/icons-32.png", "64": "\/images\/icons-64.png", "128": "\/images\/icons-128.png" } }, "content_scripts": [ { "matches": [ "https:\/\/*.afreecatv.com\/*" ], "js": [ "contentScript\/content-script.js" ], "run_at": "document_idle" } ], "icons": { "16": "\/images\/icons-16.png", "32": "\/images\/icons-32.png", "64": "\/images\/icons-64.png", "128": "\/images\/icons-128.png" } } |