Youtube Repeater

Repeat Youtube Videos that you like

Youtube Repeaterคืออะไร?

Youtube Repeater เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://stni.pw และคุณลักษณะหลักของมันคือ "Repeat Youtube Videos that you like"

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

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

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

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

                        Repeat Youtube videos, songs, music that you like.

A Shitian Ni Project                    

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

ชื่อ Youtube Repeater Youtube Repeater
ID dkeedaojkelgaofemnoejkeiklkjkbco
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/youtube-repeater/dkeedaojkelgaofemnoejkeiklkjkbco
คำอธิบาย Repeat Youtube Videos that you like
ขนาดไฟล์ 43.76 KB
จำนวนการติดตั้ง 217
เวอร์ชันปัจจุบัน 1.0.3
อัปเดตครั้งล่าสุด 2016-06-05
วันที่เผยแพร่ 2016-06-05
คะแนน 2.80/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา https://stni.pw
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Youtube Repeater",
    "short_name": "You-Re",
    "version": "1.0.3",
    "manifest_version": 2,
    "description": "Repeat Youtube Videos that you like",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "jquery.min.js",
            "background.js"
        ]
    },
    "permissions": [
        "https:\/\/www.youtube.com\/*",
        "https:\/\/youtu.be\/*",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*",
                "https:\/\/youtu.be\/*"
            ],
            "js": [
                "jquery.min.js",
                "content.js"
            ]
        }
    ]
}