YouTube Watch without Playlist

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

What is YouTube Watch without Playlist?

YouTube Watch without Playlist is a Chrome extension developed by Joel Henke, and its main feature is "This extension allows videos from playlists to be watched without the playlist view.".

Extension Screenshots

screenshot
screenshot
screenshot

Download YouTube Watch without Playlist Extension CRX File

Download YouTube Watch without Playlist extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                                            

Extension Basic Information

Name YouTube Watch without Playlist YouTube Watch without Playlist
ID hemfmfgfgaohilndfehheengjlgmkhlo
Official URL https://chrome.google.com/webstore/detail/youtube-watch-without-pla/hemfmfgfgaohilndfehheengjlgmkhlo
Description This extension allows videos from playlists to be watched without the playlist view.
File Size 438 KB
Installation Count 153
Current Version 1.2
Last Updated 2020-02-16
Publish Date 2020-02-16
Rating 4.63/5 Total 8 Ratings
Developer Joel Henke
Email [email protected]
Payment Type free
Supported Languages 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"
    }
}