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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Hugo Farias และคุณลักษณะหลักของมันคือ "Automatically bookmark kick.com videos so they resume from where you left off"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Kick.com Video/VODS Resumer

ดาวน์โหลดไฟล์ส่วนขยาย Kick.com Video/VODS Resumer ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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
        }
    ]
}