Wakfreeca

AfreecaTV utility for woowakgood

什么是Wakfreeca?

Wakfreeca是由zabee开发的Chrome扩展程序,该扩展的主要功能是“AfreecaTV utility for woowakgood”。

扩展截图

screenshot

下载Wakfreeca扩展crx文件

下载Wakfreeca扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        AfreecaTV의 채팅창 레이아웃 개선을 돕는 무료 유틸리티 플러그인입니다.
Wakfreeca는 다음과 같은 기능을 제공합니다.
- 채팅창의 아이콘 (퀵뷰, 서포터,  팬클럽, 열혈팬, 구독 아이콘)을 제거하는 기능
- 후원 채팅을 표시하지 않는 기능
- 지정한 알림을 표시하지 않는 기능
- 특정 시청자를 검색하는 기능                    

扩展基本信息

名称 Wakfreeca 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
电子邮箱 [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"
    }
}