Auto Replay for YouTube™

Enables automatic replay of a YouTube™ video or a part of it...

Auto Replay for YouTube™คืออะไร?

Auto Replay for YouTube™ เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://www.ezlooper.com และคุณลักษณะหลักของมันคือ "Enables automatic replay of a YouTube™ video or a part of it..."

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Auto Replay for YouTube™

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

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

                        Adds a Replay button to YouTube™, allowing you to loop the video clip.

Replay and share your loops using the built-in EZ Looper integration (http://www.ezlooper.com) 

Excellent for musicians: Loop to practice on a specific part of a song...

Notes

* I've integrated between the addon and EZ Looper (http://www.ezlooper.com). Your thoughts and comments are welcome!                    

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

ชื่อ Auto Replay for YouTube™ Auto Replay for YouTube™
ID mcdpnidfhfjfbafmpppcplcejgepadbo
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/auto-replay-for-youtube/mcdpnidfhfjfbafmpppcplcejgepadbo
คำอธิบาย Enables automatic replay of a YouTube™ video or a part of it...
ขนาดไฟล์ 60.07 KB
จำนวนการติดตั้ง 20,000
เวอร์ชันปัจจุบัน 3.4
อัปเดตครั้งล่าสุด 2018-01-31
วันที่เผยแพร่ 2018-01-31
คะแนน 3.94/5 รวมทั้งหมด 431 คะแนน
ผู้พัฒนา http://www.ezlooper.com
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Auto Replay for YouTube\u2122",
    "manifest_version": 2,
    "version": "3.4",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.youtube.com\/*",
                "https:\/\/*.youtube.com\/*"
            ],
            "js": [
                "jquery-3.3.1.min.js",
                "youtubeautoreplay_script.js"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "scripts": [
            "bg.js"
        ]
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "storage"
    ],
    "description": "Enables automatic replay of a YouTube\u2122 video or a part of it..."
}