AnyWeb Youtube Fullwindow mode

Watch youtube videos in full window mode from any website

AnyWeb Youtube Fullwindow modeคืออะไร?

AnyWeb Youtube Fullwindow mode เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://myhackspace.blogspot.com และคุณลักษณะหลักของมันคือ "Watch youtube videos in full window mode from any website"

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

screenshot
screenshot
screenshot

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

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

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

                        Watch youtube videos in full window mode from any website. This will not affect your other activities, yet, you get to see videos in fullscreen.                    

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

ชื่อ AnyWeb Youtube Fullwindow mode AnyWeb Youtube Fullwindow mode
ID pejfnhofiobipecfihimnfkhbffgfcba
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/anyweb-youtube-fullwindow/pejfnhofiobipecfihimnfkhbffgfcba
คำอธิบาย Watch youtube videos in full window mode from any website
ขนาดไฟล์ 67.56 KB
จำนวนการติดตั้ง 204
เวอร์ชันปัจจุบัน 1.0.4
อัปเดตครั้งล่าสุด 2015-10-12
วันที่เผยแพร่ 2015-10-12
คะแนน 3.00/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา https://myhackspace.blogspot.com
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "AnyWeb Youtube Fullwindow mode",
    "version": "1.0.4",
    "manifest_version": 2,
    "description": "Watch youtube videos in full window mode from any website",
    "homepage_url": "http:\/\/stalingino.blogspot.com",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "jquery.min.js",
                "inject.js"
            ]
        }
    ]
}