YouTube Watch without Playlist

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

Wat is YouTube Watch without Playlist?

YouTube Watch without Playlist is een Chrome-extensie ontwikkeld door Joel Henke, en de belangrijkste functie is "This extension allows videos from playlists to be watched without the playlist view.".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie YouTube Watch without Playlist

Download YouTube Watch without Playlist-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                                            

Basisinformatie over de Extensie

Naam YouTube Watch without Playlist YouTube Watch without Playlist
ID hemfmfgfgaohilndfehheengjlgmkhlo
Officiële URL https://chrome.google.com/webstore/detail/youtube-watch-without-pla/hemfmfgfgaohilndfehheengjlgmkhlo
Beschrijving This extension allows videos from playlists to be watched without the playlist view.
Bestandsgrootte 438 KB
Aantal Installaties 153
Huidige Versie 1.2
Laatst Bijgewerkt 2020-02-16
Publicatiedatum 2020-02-16
Beoordeling 4.63/5 Totaal 8 Beoordelingen
Ontwikkelaar Joel Henke
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    }
}