YouTube Watch without Playlist

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

YouTube Watch without Playlist là gì?

YouTube Watch without Playlist là một tiện ích mở rộng Chrome được phát triển bởi Joel Henke, và tính năng chính của nó là "This extension allows videos from playlists to be watched without the playlist view.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng YouTube Watch without Playlist

Tải xuống các tệp mở rộng YouTube Watch without Playlist dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                                            

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên YouTube Watch without Playlist YouTube Watch without Playlist
ID hemfmfgfgaohilndfehheengjlgmkhlo
URL Chính Thức https://chrome.google.com/webstore/detail/youtube-watch-without-pla/hemfmfgfgaohilndfehheengjlgmkhlo
Mô tả This extension allows videos from playlists to be watched without the playlist view.
Kích Thước Tệp 438 KB
Số Lần Cài Đặt 153
Phiên Bản Hiện Tại 1.2
Cập Nhật Lần Cuối 2020-02-16
Ngày Phát Hành 2020-02-16
Đánh Giá 4.63/5 Tổng số 8 Đánh Giá
Nhà Phát Triển Joel Henke
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}