Replay Youtube Videos

Want to replay any Youtube video ? Just click on Replay button and let it play as long as you want it to. Want to play a part of a…

Replay Youtube Videosคืออะไร?

Replay Youtube Videos เป็นส่วนขยายของ Chrome ที่พัฒนาโดย coolswastik60 และคุณลักษณะหลักของมันคือ "Want to replay any Youtube video ? Just click on Replay button and let it play as long as you want it to. Want to play a part of a…"

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

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Replay Youtube Videos

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

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

                        Want to replay any Youtube video ?
Just click on Replay button and let it play as long as you want it to.
Want to play a part of a video in loop ?
Just select the time from what to what, and let the video play from the specified time to the specified end time. And just pull yourself back from the replay button and enjoy the video.

(Reload the video page if Youtube is opened for the first time after Chrome startup)
(Reload the video page if buttons are not visible. This may happen rarely.)

Instructions (Keep the replay button "on" for replaying videos):

1. To play the whole video : Keep the starting and ending time to 00:00 and 00:00

2. To play the video from a specific time to end : Set the from time as your choice and leave the end time as 00:00 to replay the video from the specified time to end.

3. To play the video for a particular duration : Set the from and end time as per your choice.

4. While setting time duration, off the Replay button, and after setting the duration, again on the replay button.                    

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

ชื่อ Replay Youtube Videos Replay Youtube Videos
ID hpgafjcdjacgoblboedfjglpdilbookd
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/replay-youtube-videos/hpgafjcdjacgoblboedfjglpdilbookd
คำอธิบาย Want to replay any Youtube video ? Just click on Replay button and let it play as long as you want it to. Want to play a part of a…
ขนาดไฟล์ 47.08 KB
จำนวนการติดตั้ง 145
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2015-08-19
วันที่เผยแพร่ 2015-08-19
คะแนน 4.20/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา coolswastik60
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Replay Youtube Videos",
    "version": "1.0",
    "permissions": [
        "*:\/\/*\/*",
        "activeTab",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/watch?*",
                "http:\/\/www.youtube.com\/watch?*"
            ],
            "js": [
                "background.js"
            ]
        }
    ]
}