Youtube tile

Introduces App like behaviour on Youtube. Video keeps on playing in a small frame on bottom right corner.

Youtube tileคืออะไร?

Youtube tile เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Dev-loper และคุณลักษณะหลักของมันคือ "Introduces App like behaviour on Youtube. Video keeps on playing in a small frame on bottom right corner."

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

screenshot
screenshot

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

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

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

                        Enhances your Youtube browsing experience with a small tile, as most know from the Youtube App.
This allows you to continue playing the started video in the bottom right corner whilst browsing the rest of Youtube (Search, Channel page, Main page).

This is an early version which started out as a test and undergoes development. Suggestions and bug reports are appreciated. 

Note:
YouTube is a trademark of Google Inc. Use of this trademark is subject to Google Permissions.                    

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

ชื่อ Youtube tile Youtube tile
ID hfljekgdgcmanfpkgdkpbogcjmijdlfk
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/youtube-tile/hfljekgdgcmanfpkgdkpbogcjmijdlfk
คำอธิบาย Introduces App like behaviour on Youtube. Video keeps on playing in a small frame on bottom right corner.
ขนาดไฟล์ 10.17 KB
จำนวนการติดตั้ง 13
เวอร์ชันปัจจุบัน 0.1.7
อัปเดตครั้งล่าสุด 2016-03-18
วันที่เผยแพร่ 2016-03-17
คะแนน 5.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา Dev-loper
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Youtube tile",
    "description": "Introduces App like behaviour on Youtube. Video keeps on playing in a small frame on bottom right corner.",
    "icons": {
        "128": "logo.png"
    },
    "author": "Janis Zemitis",
    "version": "0.1.7",
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.youtube.com\/*",
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "script.js"
    ]
}