왁타임라인

afreecaTV 다시보기VOD 타임라인 활성화

Wat is 왁타임라인?

왁타임라인 is een Chrome-extensie ontwikkeld door godqhr6067, en de belangrijkste functie is "afreecaTV 다시보기VOD 타임라인 활성화".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie 왁타임라인

Download 왁타임라인-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        다시보기가 afreecaTV에 남기 시작하면서
더 편리하게 찬밥을 먹기위한 확장 프로그램입니다.

왁타임라인과 함께 더 편리하게 다시보기를 시청하세요.

✅ 재생 바에 타임라인 아이콘이 추가
✅ 아이콘 클릭 시, 타임라인 Side Bar가 활성화 ( 단축키 : t )
✅ 타임라인 댓글을 모아 시간 순으로 정렬하고, 클릭 시 해당 시점으로 이동
✅ 확장 프로그램 아이콘 클릭 시, 왁타버스 인원의 다시보기VOD 페이지로 이동 가능
 ⚠  전체화면에서도 이용 가능하지만 스크린모드에서 전체화면을 활성화할 경우엔 작동하지 않습니다.
 
왁타임라인은 어떠한 사용자 정보도 수집하지 않습니다.                    

Basisinformatie over de Extensie

Naam 왁타임라인 왁타임라인
ID ofopgloibjemgmbhlnpoimkljhmbblhd
Officiële URL https://chromewebstore.google.com/detail/%EC%99%81%ED%83%80%EC%9E%84%EB%9D%BC%EC%9D%B8/ofopgloibjemgmbhlnpoimkljhmbblhd
Beschrijving afreecaTV 다시보기VOD 타임라인 활성화
Bestandsgrootte 2.36 MB
Aantal Installaties 1,657
Huidige Versie 5.1.2
Laatst Bijgewerkt 2024-03-05
Publicatiedatum 2024-01-26
Beoordeling 5.00/5 Totaal 10 Beoordelingen
Ontwikkelaar godqhr6067
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "afreecaTV \ub2e4\uc2dc\ubcf4\uae30VOD \ud0c0\uc784\ub77c\uc778 \ud65c\uc131\ud654",
    "version": "5.1.2",
    "manifest_version": 3,
    "name": "\uc641\ud0c0\uc784\ub77c\uc778",
    "background": {
        "service_worker": "background.bundle.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": "icon-34.png"
    },
    "icons": {
        "128": "icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/vod.afreecatv.com\/player\/*"
            ],
            "js": [
                "contentScript.bundle.js"
            ],
            "css": [
                "content.styles.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "content.styles.css",
                "*.png",
                "*.svg"
            ],
            "matches": [
                "https:\/\/vod.afreecatv.com\/*"
            ]
        }
    ]
}