YouTube Auto-Repeat

An extension that allows you to set repeat intervals on youtube. You can repeat one/infinity.

YouTube Auto-Repeatคืออะไร?

YouTube Auto-Repeat เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Matei Oprea และคุณลักษณะหลักของมันคือ "An extension that allows you to set repeat intervals on youtube. You can repeat one/infinity."

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

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

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

                                            

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

ชื่อ YouTube Auto-Repeat YouTube Auto-Repeat
ID omdpcjbpfcmfmdfnppkmfjoclkhmgada
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/youtube-auto-repeat/omdpcjbpfcmfmdfnppkmfjoclkhmgada
คำอธิบาย An extension that allows you to set repeat intervals on youtube. You can repeat one/infinity.
ขนาดไฟล์ 20.17 KB
จำนวนการติดตั้ง 72
เวอร์ชันปัจจุบัน 0.0.2
อัปเดตครั้งล่าสุด 2017-06-11
วันที่เผยแพร่ 2017-06-11
คะแนน 3.47/5 รวมทั้งหมด 15 คะแนน
ผู้พัฒนา Matei Oprea
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "YouTube Auto-Repeat",
    "version": "0.0.2",
    "manifest_version": 2,
    "description": "An extension that allows you to set repeat intervals on youtube. You can repeat one\/infinity.",
    "homepage_url": "http:\/\/opreamatei.ro",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "page_action": {
        "default_icon": "icons\/icon19.png"
    },
    "permissions": [
        "http:\/\/youtube.com\/*",
        "https:\/\/youtube.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*",
                "http:\/\/www.youtube.com\/*"
            ],
            "css": [
                "src\/inject\/inject.css"
            ]
        },
        {
            "matches": [
                "https:\/\/www.youtube.com\/*",
                "http:\/\/www.youtube.com\/*"
            ],
            "js": [
                "src\/inject\/inject.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "icons\/refresh.png",
        "icons\/refresh_white.png",
        "icons\/refresh_white_1.png",
        "icons\/refresh_white_infinity.png"
    ]
}