Repeat Youtube

Repeat Youtube videos on the main page

Repeat Youtubeคืออะไร?

Repeat Youtube เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://jaero.space และคุณลักษณะหลักของมันคือ "Repeat Youtube videos on the main page"

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

screenshot

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

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

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

                        Repeats youtube videos on the main page!                    

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

ชื่อ Repeat Youtube Repeat Youtube
ID medknpmalhljhifghnoeilochoaohilg
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/repeat-youtube/medknpmalhljhifghnoeilochoaohilg
คำอธิบาย Repeat Youtube videos on the main page
ขนาดไฟล์ 26.72 KB
จำนวนการติดตั้ง 711
เวอร์ชันปัจจุบัน 1.0.2
อัปเดตครั้งล่าสุด 2015-12-02
วันที่เผยแพร่ 2015-12-02
คะแนน 3.95/5 รวมทั้งหมด 22 คะแนน
ผู้พัฒนา http://jaero.space
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Repeat Youtube",
    "description": "Repeat Youtube videos on the main page",
    "version": "1.0.2",
    "permissions": [
        "tabs",
        "http:\/\/www.youtube.com\/*\/",
        "https:\/\/www.youtube.com\/*\/"
    ],
    "icons": {
        "16": "icons\/on_icon16.png",
        "48": "icons\/on_icon48.png",
        "128": "icons\/on_icon128.png"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": true
    },
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.youtube.com\/*",
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "js\/content.js"
            ],
            "run_at": "document_end"
        }
    ]
}