YouTube Auto Reply

Extension For auto-repeat Youtube Videos.

YouTube Auto Replyคืออะไร?

YouTube Auto Reply เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "Extension For auto-repeat Youtube Videos."

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

screenshot

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

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

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

                        This Extension plays YouTube videos repeatedly.
Not only YouTube videos, but also YouTube videos linked to other sites can be played repeatedly.
A button is added to the bottom right of the video.                    

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

ชื่อ YouTube Auto Reply YouTube Auto Reply
ID kfkkmpmfofgkfnpiaepanikkeoelnbbf
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/youtube-auto-reply/kfkkmpmfofgkfnpiaepanikkeoelnbbf
คำอธิบาย Extension For auto-repeat Youtube Videos.
ขนาดไฟล์ 37.34 KB
จำนวนการติดตั้ง 515
เวอร์ชันปัจจุบัน 1.0.1
อัปเดตครั้งล่าสุด 2020-03-27
วันที่เผยแพร่ 2020-03-26
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา Unknown
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "version": "1.0.1",
    "default_locale": "en",
    "description": "__MSG_appDescription__",
    "icons": {
        "32": "images\/icon-32.png",
        "48": "images\/icon-48.png",
        "16": "images\/icon-16.png",
        "128": "images\/icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*",
                "http:\/\/www.youtube.com\/*"
            ],
            "js": [
                "scripts\/repeat.js"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        "images\/repeat.png",
        "images\/repeat-active.png"
    ]
}