왁타임라인
afreecaTV 다시보기VOD 타임라인 활성화
Cos'è 왁타임라인?
왁타임라인 è un'estensione di Chrome sviluppata da godqhr6067, e la sua funzione principale è "afreecaTV 다시보기VOD 타임라인 활성화".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione 왁타임라인
Scarica i file di estensione 왁타임라인 in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
다시보기가 afreecaTV에 남기 시작하면서 더 편리하게 찬밥을 먹기위한 확장 프로그램입니다. 왁타임라인과 함께 더 편리하게 다시보기를 시청하세요. ✅ 재생 바에 타임라인 아이콘이 추가 ✅ 아이콘 클릭 시, 타임라인 Side Bar가 활성화 ( 단축키 : t ) ✅ 타임라인 댓글을 모아 시간 순으로 정렬하고, 클릭 시 해당 시점으로 이동 ✅ 확장 프로그램 아이콘 클릭 시, 왁타버스 인원의 다시보기VOD 페이지로 이동 가능 ⚠ 전체화면에서도 이용 가능하지만 스크린모드에서 전체화면을 활성화할 경우엔 작동하지 않습니다. 왁타임라인은 어떠한 사용자 정보도 수집하지 않습니다.
Informazioni di Base sull'Estensione
Nome | 왁타임라인 |
ID | ofopgloibjemgmbhlnpoimkljhmbblhd |
URL Ufficiale | https://chromewebstore.google.com/detail/%EC%99%81%ED%83%80%EC%9E%84%EB%9D%BC%EC%9D%B8/ofopgloibjemgmbhlnpoimkljhmbblhd |
Descrizione | afreecaTV 다시보기VOD 타임라인 활성화 |
Dimensione del File | 2.36 MB |
Conteggio Installazioni | 1,657 |
Versione Corrente | 5.1.2 |
Ultimo Aggiornamento | 2024-03-05 |
Data di Pubblicazione | 2024-01-26 |
Valutazione | 5.00/5 Totale 10 Valutazioni |
Sviluppatore | godqhr6067 |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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\/*" ] } ] } |