Youplay

Autoplay youtube video on mouse over

Youplayคืออะไร?

Youplay เป็นส่วนขยายของ Chrome ที่พัฒนาโดย sarathisahoo และคุณลักษณะหลักของมันคือ "Autoplay youtube video on mouse over"

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

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

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

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

                        With this chrome extension you can preview play any youtube video on mouse over with low quality. SO before opening any video you can preview it with low quality just hovering the mouse.

Just go to youtube.com and start hovering mouse to preview videos.                    

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

ชื่อ Youplay Youplay
ID fhjkfdjnbbibomchnnpjnmbfknjoagja
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/youplay/fhjkfdjnbbibomchnnpjnmbfknjoagja
คำอธิบาย Autoplay youtube video on mouse over
ขนาดไฟล์ 43.07 KB
จำนวนการติดตั้ง 180
เวอร์ชันปัจจุบัน 1.5
อัปเดตครั้งล่าสุด 2016-08-13
วันที่เผยแพร่ 2016-08-13
คะแนน 2.63/5 รวมทั้งหมด 8 คะแนน
ผู้พัฒนา sarathisahoo
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "manifest_version": 2,
    "name": "Youplay",
    "version": "1.5",
    "browser_action": {
        "default_icon": "images\/logo.png"
    },
    "permissions": [
        "tabs",
        "storage",
        "http:\/\/*\/*"
    ],
    "minimum_chrome_version": "23",
    "description": "Autoplay youtube video on mouse over",
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "short_name": "Youplay",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "icons": {
        "48": "\/images\/logo.png"
    },
    "web_accessible_resources": [
        "images\/*.*",
        "script.js"
    ],
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "all_frames": false,
            "css": [],
            "matches": [
                ""
            ],
            "run_at": "document_end"
        }
    ]
}