Wakfreeca
AfreecaTV utility for woowakgood
What is Wakfreeca?
Wakfreeca is a Chrome extension developed by zabee, and its main feature is "AfreecaTV utility for woowakgood".
Extension Screenshots
Download Wakfreeca Extension CRX File
Download Wakfreeca 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
AfreecaTV의 채팅창 레이아웃 개선을 돕는 무료 유틸리티 플러그인입니다. Wakfreeca는 다음과 같은 기능을 제공합니다. - 채팅창의 아이콘 (퀵뷰, 서포터, 팬클럽, 열혈팬, 구독 아이콘)을 제거하는 기능 - 후원 채팅을 표시하지 않는 기능 - 지정한 알림을 표시하지 않는 기능 - 특정 시청자를 검색하는 기능
Extension Basic Information
Name | Wakfreeca |
ID | ppiicfcfonlkjdenhjblpdlniehkpalf |
Official URL | https://chromewebstore.google.com/detail/wakfreeca/ppiicfcfonlkjdenhjblpdlniehkpalf |
Description | AfreecaTV utility for woowakgood |
File Size | 50.98 KB |
Installation Count | 8,969 |
Current Version | 2.1.31 |
Last Updated | 2024-03-04 |
Publish Date | 2023-12-29 |
Rating | 4.60/5 Total 30 Ratings |
Developer | zabee |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/Zabee52/Wakfreeca |
Help Page URL | https://github.com/Zabee52/Wakfreeca/issues |
Supported Languages | ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Wakfreeca", "description": "AfreecaTV utility for woowakgood", "version": "2.1.31", "action": { "default_icon": { "16": "images\/icon-16.png", "32": "images\/icon-32.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" }, "default_popup": "pages\/index.html" }, "icons": { "16": "images\/icon-16.png", "32": "images\/icon-32.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" }, "content_scripts": [ { "js": [ "dist\/live\/element-filter.bundle.js", "dist\/live\/settings.bundle.js", "dist\/live\/move-layer.bundle.js", "dist\/common\/initializer.bundle.js" ], "matches": [ "https:\/\/play.afreecatv.com\/*" ] }, { "js": [ "dist\/live\/user-list-searcher.bundle.js" ], "matches": [ "https:\/\/play.afreecatv.com\/*" ], "css": [ "css\/user-list-searcher.css" ], "world": "MAIN" }, { "js": [ "dist\/vod\/element-filter.bundle.js", "dist\/vod\/settings.bundle.js", "dist\/common\/initializer.bundle.js" ], "matches": [ "https:\/\/vod.afreecatv.com\/*" ] } ], "permissions": [ "storage" ], "background": { "service_worker": "dist\/background.bundle.js" } } |