Wakfreeca
AfreecaTV utility for woowakgood
Apa itu Wakfreeca?
Wakfreeca adalah ekstensi Chrome yang dikembangkan oleh zabee, dan fitur utamanya adalah "AfreecaTV utility for woowakgood".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Wakfreeca
Unduh file ekstensi Wakfreeca dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
AfreecaTV의 채팅창 레이아웃 개선을 돕는 무료 유틸리티 플러그인입니다. Wakfreeca는 다음과 같은 기능을 제공합니다. - 채팅창의 아이콘 (퀵뷰, 서포터, 팬클럽, 열혈팬, 구독 아이콘)을 제거하는 기능 - 후원 채팅을 표시하지 않는 기능 - 지정한 알림을 표시하지 않는 기능 - 특정 시청자를 검색하는 기능
Informasi Dasar Ekstensi
Nama | Wakfreeca |
ID | ppiicfcfonlkjdenhjblpdlniehkpalf |
URL Resmi | https://chromewebstore.google.com/detail/wakfreeca/ppiicfcfonlkjdenhjblpdlniehkpalf |
Deskripsi | AfreecaTV utility for woowakgood |
Ukuran File | 50.98 KB |
Jumlah Instalasi | 8,969 |
Versi Saat Ini | 2.1.31 |
Terakhir Diperbarui | 2024-03-04 |
Tanggal Publikasi | 2023-12-29 |
Penilaian | 4.60/5 Total 30 Penilaian |
Pengembang | zabee |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/Zabee52/Wakfreeca |
URL Halaman Bantuan | https://github.com/Zabee52/Wakfreeca/issues |
Bahasa yang Didukung | 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" } } |