Kick.com Video/VODS Resumer

Automatically bookmark kick.com videos so they resume from where you left off

Kick.com Video/VODS Resumer란 무엇입니까?

Kick.com Video/VODS Resumer은(는) Hugo Farias에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Automatically bookmark kick.com videos so they resume from where you left off"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Kick.com Video/VODS Resumer 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        This extension allows you to resume videos from where you left off and adds progress bars for thumbnail previews.

Update 1.4.1:
-Fixed bug where extension was affecting the layout of the website

Update 1.4:
-Added more optional features and a settings page.

Update 1.3:
-Improved performance.

Update 1.2:
-Fixed a major bug where it would accidentally delete bookmarks from storage whenever the user switched between pages too quickly.
-Fixed a bug where multiple listeners were being added to the same video.                    

확장 프로그램 기본 정보

이름 Kick.com Video/VODS Resumer Kick.com Video/VODS Resumer
ID cclmmfbfmjjeafmilojlhmdekmagonmb
공식 URL https://chromewebstore.google.com/detail/kickcom-videovods-resumer/cclmmfbfmjjeafmilojlhmdekmagonmb
설명 Automatically bookmark kick.com videos so they resume from where you left off
파일 크기 62.64 KB
설치 횟수 110
현재 버전 1.4.1
최근 업데이트 2024-01-16
출시 날짜 2023-05-28
평점 3.40/5 총 5 개의 평점
개발자 Hugo Farias
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Kick.com Video\/VODS Resumer",
    "version": "1.4.1",
    "description": "Automatically bookmark kick.com videos so they resume from where you left off",
    "permissions": [
        "tabs",
        "storage"
    ],
    "icons": {
        "16": "src\/assets\/logo_16.png",
        "48": "src\/assets\/logo_48.png",
        "128": "src\/assets\/logo_128.png"
    },
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "options_page": "index.html",
    "content_scripts": [
        {
            "js": [
                "assets\/videoObserver.ts-loader-1d2f5111.js",
                "assets\/progressBar.ts-loader-33a3c4ff.js",
                "assets\/uiState.ts-loader-9170c875.js"
            ],
            "matches": [
                "https:\/\/*.kick.com\/*"
            ],
            "css": [
                "assets\/settingsHelper-05fe94ef.css",
                "assets\/settingsHelper-05fe94ef.css",
                "assets\/settingsHelper-05fe94ef.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "matches": [
                "https:\/\/*.kick.com\/*"
            ],
            "resources": [
                "assets\/helper-b32be1ed.js",
                "assets\/settingsHelper-cef2a1ca.js",
                "assets\/videoObserver.ts-b357131d.js",
                "assets\/progressBar.ts-67091b26.js",
                "assets\/uiState.ts-75f91c09.js"
            ],
            "use_dynamic_url": true
        }
    ]
}