왁타임라인

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

What is 왁타임라인?

왁타임라인 is a Chrome extension developed by godqhr6067, and its main feature is "afreecaTV 다시보기VOD 타임라인 활성화".

Extension Screenshots

screenshot
screenshot
screenshot

Download 왁타임라인 Extension CRX File

Download 왁타임라인 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

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

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

Extension Basic Information

Name 왁타임라인 왁타임라인
ID ofopgloibjemgmbhlnpoimkljhmbblhd
Official URL https://chromewebstore.google.com/detail/%EC%99%81%ED%83%80%EC%9E%84%EB%9D%BC%EC%9D%B8/ofopgloibjemgmbhlnpoimkljhmbblhd
Description afreecaTV 다시보기VOD 타임라인 활성화
File Size 2.36 MB
Installation Count 1,657
Current Version 5.1.2
Last Updated 2024-03-05
Publish Date 2024-01-26
Rating 5.00/5 Total 10 Ratings
Developer godqhr6067
Email [email protected]
Payment Type free
Supported Languages 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\/*"
            ]
        }
    ]
}