Seek Subtitles for YouTube

Save time watching youtube videos by filtering their subtitles and skipping uninteresting parts.

Seek Subtitles for YouTubeคืออะไร?

Seek Subtitles for YouTube เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Jure Rajer และคุณลักษณะหลักของมันคือ "Save time watching youtube videos by filtering their subtitles and skipping uninteresting parts."

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

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Seek Subtitles for YouTube

ดาวน์โหลดไฟล์ส่วนขยาย Seek Subtitles for YouTube ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        Skip the Boring! Unleash the power of Seek Subtitles and save time watching YouTube videos. Filter out subtitles and breeze through uninteresting parts effortlessly. Whether you love talk shows, podcasts, or captivating talks, Seek Subtitles is your ultimate companion.

Unlock a whole new experience as Seek Subtitles transforms YouTube subtitles into a sleek, scrollable, and searchable format. Dive straight into the juiciest content with ease. Say goodbye to intros, intermezzos, and filler fluff. For speech-heavy videos, read along as the text synchronizes seamlessly with the video progress.

Bookmark your favorite lines with a simple timestamp click. Toggle between Light and Dark themes, adjust font size, and control timestamps.

[Open and close the panel with a single button inside the video controller.]

Enjoy the ride and if it's a blast, give us a smashing five-star rating!

Feeling generous? Show your support by donating some Bitcoin to this address: 3QF9C6mPy7uc6Fmf9duWpG14TNT15nYKbz – find the QR code in the Info section. Thank you!

Got feedback? Reach out to us via email for speedy bug reports and improvements.

Update 07/26/2023
- new buttons and localization
- bug fixes

Update 6/15/2020

- bug fixes

Update 4/7/2020

- bookmark lines
- copy all lines

Update 2/26/2019

- select and tweet, copy

Update 2/13/2019

- timestamps switch
- change font size
- show captions above the preview thumbnail on the seek bar                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Seek Subtitles for YouTube Seek Subtitles for YouTube
ID ghjmdgljbfiiaginabfnaopnocgafffb
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/seek-subtitles-for-youtub/ghjmdgljbfiiaginabfnaopnocgafffb
คำอธิบาย Save time watching youtube videos by filtering their subtitles and skipping uninteresting parts.
ขนาดไฟล์ 271 KB
จำนวนการติดตั้ง 41,398
เวอร์ชันปัจจุบัน 1.1.9
อัปเดตครั้งล่าสุด 2023-07-28
วันที่เผยแพร่ 2020-06-30
คะแนน 4.11/5 รวมทั้งหมด 82 คะแนน
ผู้พัฒนา Jure Rajer
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ de,en,vi,es,it,pt-BR,pt-PT,sl,iw,hi,ar,zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "short_name": "__MSG_shortName__",
    "author": "Jure Rajer",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "1.1.9",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAkgCRa2AtWNgSYdcckw\/r8gYx8FvpUa7EsOcJ7haYvc76oO69YVlbiHtiJPewh4C\/F0wNEUeCcjRgpp3\/lODrszpP5mfXaPqmQMuVakwbhSesHb9OWaz+IrDNTKsvmZGkWZXcR+tr6n5eZ5DlMz4ZGX\/yPUqYirV\/2vDNCc4oZHmd4iLx4RouR+O7+vJaEZGbUDa\/FqDR1a3xnAnS+\/0hR4ygJPlgjtjADKARSyjcaS3IsqAtdNdwHhxNE2q4oKPdtUDUq+yYNmVrF89ktRj6ekgM+pFk2ISH1GWkFPXST8m9+3NNWccvyA\/nqmhBGvFo0Jvl\/quKB3AjBzcaUs0qeQIDAQAB",
    "icons": {
        "48": "Icon_1_128 x 128-01.png",
        "96": "Icon_1_128 x 128-01.png"
    },
    "permissions": [
        "webRequest",
        "activeTab",
        "storage",
        "scripting",
        "background"
    ],
    "host_permissions": [
        "https:\/\/www.youtube.com\/*"
    ],
    "web_accessible_resources": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "resources": [
                "js\/player.js",
                "html\/dt.html",
                "css\/close.gif",
                "css\/close-dark.gif",
                "qr.png"
            ]
        }
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "css": [
                "css\/jquery.dataTables.min.css",
                "css\/jquery-ui.css",
                "css\/style.css",
                "css\/bootstrap-icons.css"
            ],
            "js": [
                "js\/jquery-3.2.1.min.js",
                "js\/jquery-ui.min.js",
                "js\/jquery.dataTables.min.js",
                "js\/moment.js",
                "js\/main.js",
                "js\/arrive.min.js",
                "js\/localforage\/localforage.min.js"
            ]
        }
    ],
    "background": {
        "service_worker": "js\/background.js"
    }
}