FrameTube

Creates a frame of a youtube video.

FrameTubeคืออะไร?

FrameTube เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Pataar และคุณลักษณะหลักของมันคือ "Creates a frame of a youtube video."

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

screenshot

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

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

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

                        Popout your youtube video in a seperate frame. The frame is resizeable and can be placed anywhere on your screen. 

The frame will also play music videos that are not allowed to be embedded.                    

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

ชื่อ FrameTube FrameTube
ID andkmlcecgmdmbjjjdhifnmjphndgmik
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/frametube/andkmlcecgmdmbjjjdhifnmjphndgmik
คำอธิบาย Creates a frame of a youtube video.
ขนาดไฟล์ 17.85 KB
จำนวนการติดตั้ง 1,772
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2013-09-26
วันที่เผยแพร่ 2013-09-26
คะแนน 4.50/5 รวมทั้งหมด 14 คะแนน
ผู้พัฒนา Pataar
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "FrameTube",
    "description": "Creates a frame of a youtube video.",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "version": "1.0",
    "icons": {
        "19": "images\/icon19.png",
        "38": "images\/icon38.png",
        "128": "images\/icon128.png"
    },
    "permissions": [
        "https:\/\/*.youtube.com\/*",
        "http:\/\/*.youtube.com\/*",
        "tabs"
    ],
    "page_action": {
        "default_icon": {
            "19": "images\/icon19.png",
            "38": "images\/icon38.png",
            "128": "images\/icon128.png"
        }
    }
}