Auto Replay - Looper for YouTube™

Automatically replay, repeats your favorite YouTube video.

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

Auto Replay - Looper for YouTube™ เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Download Manager และคุณลักษณะหลักของมันคือ "Automatically replay, repeats your favorite YouTube video."

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

screenshot
screenshot

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

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

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

                        Auto replay for Youtube. Repeat infinitely your favorite video                    

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

ชื่อ Auto Replay - Looper for YouTube™ Auto Replay - Looper for YouTube™
ID aniinijjlicmolpeohhlojkgjacpfjdc
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/auto-replay-looper-for-yo/aniinijjlicmolpeohhlojkgjacpfjdc
คำอธิบาย Automatically replay, repeats your favorite YouTube video.
ขนาดไฟล์ 80.75 KB
จำนวนการติดตั้ง 177
เวอร์ชันปัจจุบัน 0.1.5
อัปเดตครั้งล่าสุด 2017-10-28
วันที่เผยแพร่ 2017-10-28
คะแนน 4.25/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา Download Manager
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://addonbrowser.com/privacy
ภาษาที่รองรับ en
manifest.json
{
    "version": "0.1.5",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "permissions": [
        "storage"
    ],
    "short_name": "looperforyoutube",
    "name": "Auto Replay - Looper for YouTube\u2122",
    "background": {
        "page": "lib\/chrome\/background.html"
    },
    "description": "Automatically replay, repeats your favorite YouTube video.",
    "browser_action": {
        "default_popup": "data\/popup\/popup.html",
        "default_title": "Auto Replay for YouTube\u2122",
        "default_icon": {
            "16": "data\/icons\/16.png",
            "32": "data\/icons\/32.png",
            "48": "data\/icons\/48.png",
            "64": "data\/icons\/64.png"
        }
    },
    "content_scripts": [
        {
            "all_frames": false,
            "run_at": "document_start",
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "js": [
                "data\/content_script\/inject.js"
            ]
        }
    ],
    "icons": {
        "16": "data\/icons\/16.png",
        "32": "data\/icons\/32.png",
        "48": "data\/icons\/48.png",
        "64": "data\/icons\/64.png",
        "128": "data\/icons\/128.png"
    }
}