Youtube Fullframe

This extension puts Youtube videos in full-frame mode.

Youtube Fullframeคืออะไร?

Youtube Fullframe เป็นส่วนขยายของ Chrome ที่พัฒนาโดย tmhall67 และคุณลักษณะหลักของมันคือ "This extension puts Youtube videos in full-frame mode."

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

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

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

                        This extension simply replaces the "watch?v=" with "v/" in a url to allow a Youtube video to play in a full browser window. This will also allow you to bypass the age restriction on Youtube videos.                    

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

ชื่อ Youtube Fullframe Youtube Fullframe
ID oehbhdjdmgjmcphdgkgemokffldeachf
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/youtube-fullframe/oehbhdjdmgjmcphdgkgemokffldeachf
คำอธิบาย This extension puts Youtube videos in full-frame mode.
ขนาดไฟล์ 3.9 KB
จำนวนการติดตั้ง 63
เวอร์ชันปัจจุบัน 0.7
อัปเดตครั้งล่าสุด 2014-06-01
วันที่เผยแพร่ 2014-06-01
คะแนน 1.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา tmhall67
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Youtube Fullframe",
    "description": "This extension puts Youtube videos in full-frame mode.",
    "version": "0.7",
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "background": {
        "scripts": [
            "onClick.js"
        ],
        "persisent": false
    },
    "browser_action": {
        "default_icon": "icon.png"
    }
}