YT Looper: Repeat Youtube videos in loop

Loop, save, adjust length and playback speed of Youtube videos

YT Looper: Repeat Youtube videos in loopคืออะไร?

YT Looper: Repeat Youtube videos in loop เป็นส่วนขยายของ Chrome ที่พัฒนาโดย axoshift และคุณลักษณะหลักของมันคือ "Loop, save, adjust length and playback speed of Youtube videos"

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย YT Looper: Repeat Youtube videos in loop

ดาวน์โหลดไฟล์ส่วนขยาย YT Looper: Repeat Youtube videos in loop ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        Ever wished you could repeat a piece of YouTube video in a loop and adjust it's playback rate? Maybe you were trying to learn to play a guitar solo, but it was just too fast and you could not get the chords. Maybe you just love to listen to some soft chill-out tune when you are in bed, just before sleeping, but are afraid that the next song on your playlist will be heavy metal?

Things just became more simple. Use YTLooper to play your favorite Youtube videos in a loop, adjust it's playback speed and more!

Features:
- Loop whole or part of the video
- Save loops for later
- Youtube player will track the slider for easier use
- Create a library of videos with saved loops
- Adjust playback speed

Usage Notes:
- If you start a video on YT, but the YTLooper's button is not shown reload the video!
- The saved loops are retained on your browser, so if you clean "Cookies and other site data" (in chrome://settings/clearBrowserData) you will loose them. In the future a remote storage for your data might be added.

============ Attention previous users!!! ============
Due to popular demand we decided to update YT Looper so it is compatible with the newest version of Youtube website. 
If you like this extension please support it by giving it a review and sharing it with others. Maintenance only makes sense if the extension has high scores and enough users.
==============================================

Latest changes:
v0.7.3

- All controls moved to side panel
- Some small fixes

By using this piece of software you agree to share anonymous usage data for the purpose of improving this software's functionality. The data collected is shared with and processed via Google Analytics (privacy policy: https://policies.google.com/privacy)                    

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

ชื่อ YT Looper: Repeat Youtube videos in loop YT Looper: Repeat Youtube videos in loop
ID hbinnmjinjjgoknbmgeoomeamnbbokki
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/yt-looper-repeat-youtube/hbinnmjinjjgoknbmgeoomeamnbbokki
คำอธิบาย Loop, save, adjust length and playback speed of Youtube videos
ขนาดไฟล์ 328 KB
จำนวนการติดตั้ง 2,024
เวอร์ชันปัจจุบัน 0.7.3
อัปเดตครั้งล่าสุด 2020-09-24
วันที่เผยแพร่ 2019-09-05
คะแนน 4.54/5 รวมทั้งหมด 37 คะแนน
ผู้พัฒนา axoshift
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "YT Looper: Repeat Youtube videos in loop",
    "short_name": "YT Looper",
    "description": "Loop, save, adjust length and playback speed of Youtube videos",
    "version": "0.7.3",
    "icons": {
        "16": "images\/loop_icon16.png",
        "32": "images\/loop_icon32.png",
        "48": "images\/loop_icon48.png",
        "128": "images\/loop_icon128.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "images\/loop_icon16.png",
            "32": "images\/loop_icon32.png",
            "48": "images\/loop_icon48.png",
            "128": "images\/loop_icon128.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "inject-script.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "permissions": [],
    "web_accessible_resources": [
        "bundle.js"
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com https:\/\/www.googletagmanager.com; object-src 'self'"
}