Auto Repeat for HTML5 Youtube Videos

Make Your HTML5 Youtube Videos Auto Repeat

Auto Repeat for HTML5 Youtube Videosคืออะไร?

Auto Repeat for HTML5 Youtube Videos เป็นส่วนขยายของ Chrome ที่พัฒนาโดย arrezaw216 และคุณลักษณะหลักของมันคือ "Make Your HTML5 Youtube Videos Auto Repeat"

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Auto Repeat for HTML5 Youtube Videos

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

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

                        ***08/03/2015 Update***

Simple Auto Repeat feature for HTML5 YouTube videos on youtube.com exclusively.

Works on regular HTML5 YouTube videos and user playlists.

Auto Repeat toggle buttons are located in the control bar of the video.

The toggle button will appear on all screen modes, such as theater mode 

and full screen.                    

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

ชื่อ Auto Repeat for HTML5 Youtube Videos Auto Repeat for HTML5 Youtube Videos
ID khkihoopolaklcpkkcddoohipmnenjii
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/auto-repeat-for-html5-you/khkihoopolaklcpkkcddoohipmnenjii
คำอธิบาย Make Your HTML5 Youtube Videos Auto Repeat
ขนาดไฟล์ 5.41 MB
จำนวนการติดตั้ง 168
เวอร์ชันปัจจุบัน 0.0.1.2
อัปเดตครั้งล่าสุด 2015-08-04
วันที่เผยแพร่ 2015-08-04
คะแนน 4.43/5 รวมทั้งหมด 7 คะแนน
ผู้พัฒนา arrezaw216
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": " Auto Repeat for HTML5 Youtube Videos",
    "description": "Make Your HTML5 Youtube Videos Auto Repeat",
    "version": "0.0.1.2",
    "permissions": [
        "activeTab"
    ],
    "icons": {
        "128": "icon_128.png"
    },
    "content_scripts": [
        {
            "js": [
                "jquery.js",
                "repeat2.js"
            ],
            "css": [
                "style.css"
            ],
            "matches": [
                "http:\/\/www.youtube.com\/*",
                "https:\/\/www.youtube.com\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "browser_action": {
        "default_icon": "repeat_icon_19.png",
        "default_title": "HTML5 Youtube Video Auto Repeat"
    },
    "manifest_version": 2
}