Wakfreeca
AfreecaTV utility for woowakgood
Wakfreecaとは何ですか?
Wakfreecaはzabeeによって開発されたChromeの拡張機能で、その主な機能は「AfreecaTV utility for woowakgood」です。
拡張機能のスクリーンショット
Wakfreeca拡張機能のCRXファイルをダウンロード
Wakfreeca拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
AfreecaTV의 채팅창 레이아웃 개선을 돕는 무료 유틸리티 플러그인입니다.
Wakfreeca는 다음과 같은 기능을 제공합니다.
- 채팅창의 아이콘 (퀵뷰, 서포터, 팬클럽, 열혈팬, 구독 아이콘)을 제거하는 기능
- 후원 채팅을 표시하지 않는 기능
- 지정한 알림을 표시하지 않는 기능
- 특정 시청자를 검색하는 기능 拡張機能の基本情報
| 名前 | |
| ID | ppiicfcfonlkjdenhjblpdlniehkpalf |
| 公式URL | https://chromewebstore.google.com/detail/wakfreeca/ppiicfcfonlkjdenhjblpdlniehkpalf |
| 説明 | AfreecaTV utility for woowakgood |
| ファイルサイズ | 50.98 KB |
| インストール数 | 8,969 |
| 現在のバージョン | 2.1.31 |
| 最終更新日 | 2024-03-04 |
| 公開日 | 2023-12-29 |
| 評価 | 4.60/5 合計 30 レビュー |
| 開発者 | zabee |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://github.com/Zabee52/Wakfreeca |
| ヘルプページのURL | https://github.com/Zabee52/Wakfreeca/issues |
| 対応言語 | 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"
}
} | |