YouTube Loop

Simple, easy, and light weight extension for looping a portion of a YouTube video.

YouTube Loopคืออะไร?

YouTube Loop เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Edward Severinsen และคุณลักษณะหลักของมันคือ "Simple, easy, and light weight extension for looping a portion of a YouTube video."

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

screenshot
screenshot
screenshot

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

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

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

                        This a light weight extension designed specifically for looping a specified portion of any YouTube video.

Have you ever been listening to a song on YouTube that you love and keep replaying? Get tired of having to click play every time it's over which is basically every 5 minutes? Me too and I wanted to fix that. Which is more or less the inspiration behind this extension.

I liked one particular song in a music video but didn't want to keep hitting replay and didn't like the minute long intro with no music. So I decided to have a look at the Chrome store for extensions that could solve my problem.

I myself found that all the YouTube looping extensions I saw had esoteric or unappealing interfaces. So I decided to make my own that looked good, was intuitive and is easy to use. 

My extension has a very appealing and sleek appearance that perfectly blends with YouTube's white and red theme and isn't distracting.

There's a range slider that appears under the title bar of the video. You can use the range slider to specify the beginning and end of the loop or you can use the "Begin Loop" and "Clear Loop" buttons on the video control bar.

There is also a red "Loop Video" button on the video control bar that automatically restarts the video when it ends.

It's a simple, attractive tool for looping your favorite parts of a YouTube video and makes your life a little bit easier.                    

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

ชื่อ YouTube Loop YouTube Loop
ID hndoffepfnjbeinjkiaamdphgllpgnmi
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/youtube-loop/hndoffepfnjbeinjkiaamdphgllpgnmi
คำอธิบาย Simple, easy, and light weight extension for looping a portion of a YouTube video.
ขนาดไฟล์ 216 KB
จำนวนการติดตั้ง 2,879
เวอร์ชันปัจจุบัน 0.2
อัปเดตครั้งล่าสุด 2018-02-25
วันที่เผยแพร่ 2018-02-24
คะแนน 4.00/5 รวมทั้งหมด 24 คะแนน
ผู้พัฒนา Edward Severinsen
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "YouTube Loop",
    "description": "Simple, easy, and light weight extension for looping a portion of a YouTube video.",
    "version": "0.2",
    "icons": {
        "16": "16LoopIcon.png",
        "48": "16LoopIcon.png",
        "128": "16LoopIcon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/watch*"
            ],
            "css": [
                "thirdParty\/jquery-ui.css",
                "loopControlStyle.css"
            ],
            "js": [
                "thirdParty\/jquery-3.2.1.js",
                "thirdParty\/jquery-ui.js",
                "content.js"
            ]
        }
    ],
    "minimum_chrome_version": "4.0"
}