YouTube Watch without Playlist

This extension allows videos from playlists to be watched without the playlist view.

YouTube Watch without Playlistคืออะไร?

YouTube Watch without Playlist เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Joel Henke และคุณลักษณะหลักของมันคือ "This extension allows videos from playlists to be watched without the playlist view."

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย YouTube Watch without Playlist

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

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

                                            

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

ชื่อ YouTube Watch without Playlist YouTube Watch without Playlist
ID hemfmfgfgaohilndfehheengjlgmkhlo
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/youtube-watch-without-pla/hemfmfgfgaohilndfehheengjlgmkhlo
คำอธิบาย This extension allows videos from playlists to be watched without the playlist view.
ขนาดไฟล์ 438 KB
จำนวนการติดตั้ง 153
เวอร์ชันปัจจุบัน 1.2
อัปเดตครั้งล่าสุด 2020-02-16
วันที่เผยแพร่ 2020-02-16
คะแนน 4.63/5 รวมทั้งหมด 8 คะแนน
ผู้พัฒนา Joel Henke
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "YouTube Watch without Playlist",
    "version": "1.2",
    "description": "This extension allows videos from playlists to be watched without the playlist view.",
    "author": "Joel Henke",
    "permissions": [
        "*:\/\/*.youtube.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "js": [
                "addbuttons.js",
                "content.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "addbuttons.js",
        "xhrmonitor.js"
    ],
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    }
}