Wakfreeca
AfreecaTV utility for woowakgood
Vad är Wakfreeca?
Wakfreeca är en Chrome-tillägg utvecklad av zabee, och dess huvudfunktion är "AfreecaTV utility for woowakgood".
Tilläggsskärmbilder
Ladda ner Wakfreeca-förlängningens CRX-fil
Ladda ner Wakfreeca-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
AfreecaTV의 채팅창 레이아웃 개선을 돕는 무료 유틸리티 플러그인입니다.
Wakfreeca는 다음과 같은 기능을 제공합니다.
- 채팅창의 아이콘 (퀵뷰, 서포터, 팬클럽, 열혈팬, 구독 아이콘)을 제거하는 기능
- 후원 채팅을 표시하지 않는 기능
- 지정한 알림을 표시하지 않는 기능
- 특정 시청자를 검색하는 기능 Grundläggande Information om Tillägg
| Namn | |
| ID | ppiicfcfonlkjdenhjblpdlniehkpalf |
| Officiell webbadress | https://chromewebstore.google.com/detail/wakfreeca/ppiicfcfonlkjdenhjblpdlniehkpalf |
| Beskrivning | AfreecaTV utility for woowakgood |
| Filstorlek | 50.98 KB |
| Antal Installationer | 8,969 |
| Aktuell Version | 2.1.31 |
| Senast Uppdaterad | 2024-03-04 |
| Publiceringsdatum | 2023-12-29 |
| Betyg | 4.60/5 Totalt 30 Betyg |
| Utvecklare | zabee |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | https://github.com/Zabee52/Wakfreeca |
| Hjälpsida URL | https://github.com/Zabee52/Wakfreeca/issues |
| Stödda Språk | 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"
}
} | |