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是由Joel Henke开发的Chrome扩展程序,该扩展的主要功能是“This extension allows videos from playlists to be watched without the playlist view.”。

扩展截图

screenshot
screenshot
screenshot

下载YouTube Watch without Playlist扩展crx文件

下载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"
    }
}