Extension Youtube Player

This plugin will open a new window in Chrome dedicated to the Youtube screen by entering the URL.

Extension Youtube Playerคืออะไร?

Extension Youtube Player เป็นส่วนขยายของ Chrome ที่พัฒนาโดย akifumi-dev และคุณลักษณะหลักของมันคือ "This plugin will open a new window in Chrome dedicated to the Youtube screen by entering the URL."

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

screenshot
screenshot

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

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

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

                        This is a Chrome extension that allows you to watch Youtube in the background.

This is a solution for those who can't concentrate or get in the way of having Youtube in their tabs.

Enter a URL and a small window optimized for the player will open and play the Youtube video.

・Support for play lists
・Simple design that doesn't get in the way
・Easy to operate

Please note that you need to enable the embedding option by the video contributor on Youtube to watch it.                    

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

ชื่อ Extension Youtube Player Extension Youtube Player
ID cfjbdignpheklanjahlbdogdnbaklhig
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/extension-youtube-player/cfjbdignpheklanjahlbdogdnbaklhig
คำอธิบาย This plugin will open a new window in Chrome dedicated to the Youtube screen by entering the URL.
ขนาดไฟล์ 16.12 KB
จำนวนการติดตั้ง 2,198
เวอร์ชันปัจจุบัน 0.0.2
อัปเดตครั้งล่าสุด 2020-07-01
วันที่เผยแพร่ 2020-06-30
คะแนน 5.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา akifumi-dev
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Extension Youtube Player",
    "version": "0.0.2",
    "description": "This plugin will open a new window in Chrome dedicated to the Youtube screen by entering the URL.",
    "manifest_version": 2,
    "icons": {
        "16": "images\/extensionYoutube16.png",
        "128": "images\/extensionYoutube128.png"
    },
    "browser_action": {
        "default_popup": "src\/popup\/popup.html"
    },
    "background": {
        "scripts": [
            "src\/script\/background.js"
        ],
        "persistent": false
    },
    "content_security_policy": "script-src 'self' https:\/\/www.youtube.com\/ https:\/\/s.ytimg.com; object-src 'self'; child-src https:\/\/www.youtube.com\/ https:\/\/s.ytimg.com",
    "permissions": [
        "https:\/\/youtube.com\/*",
        "https:\/\/*.youtube.com\/*"
    ]
}