Youtube Full Screen(unrestricted)

This extension lets you play youtube video in full browser window. Updated to fix new change

Youtube Full Screen(unrestricted)คืออะไร?

Youtube Full Screen(unrestricted) เป็นส่วนขยายของ Chrome ที่พัฒนาโดย pawanth และคุณลักษณะหลักของมันคือ "This extension lets you play youtube video in full browser window. Updated to fix new change"

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

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Youtube Full Screen(unrestricted)

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

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

                        ***NEW***
  Updated to fix new change in youtube, causing file download
*********

Youtube Full Screen(unrestricted), chrome extension, lets users play youtube video in full browser window.
It gives users full screen view with advantage of switching between tabs or another applications.  

With this extension user can view restricted videos ( with few exceptions) without logging in to youtube.                    

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

ชื่อ Youtube Full Screen(unrestricted) Youtube Full Screen(unrestricted)
ID ahhpplghjcmkafbdckegaaolclopkbad
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/youtube-full-screenunrest/ahhpplghjcmkafbdckegaaolclopkbad
คำอธิบาย This extension lets you play youtube video in full browser window. Updated to fix new change
ขนาดไฟล์ 11.62 KB
จำนวนการติดตั้ง 439
เวอร์ชันปัจจุบัน 0.2
อัปเดตครั้งล่าสุด 2017-03-03
วันที่เผยแพร่ 2017-03-03
คะแนน 3.06/5 รวมทั้งหมด 17 คะแนน
ผู้พัฒนา pawanth
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Youtube Full Screen(unrestricted)",
    "description": "This extension lets you play youtube video in full browser window. Updated to fix new change",
    "version": "0.2",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "default_title": "Youtube full screen"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.youtube.com\/*",
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "activeTab",
        "https:\/\/ajax.googleapis.com\/"
    ]
}