YouTube Watch without Playlist

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

Cos'è YouTube Watch without Playlist?

YouTube Watch without Playlist è un'estensione di Chrome sviluppata da Joel Henke, e la sua funzione principale è "This extension allows videos from playlists to be watched without the playlist view.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione YouTube Watch without Playlist

Scarica i file di estensione YouTube Watch without Playlist in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                                            

Informazioni di Base sull'Estensione

Nome YouTube Watch without Playlist YouTube Watch without Playlist
ID hemfmfgfgaohilndfehheengjlgmkhlo
URL Ufficiale https://chrome.google.com/webstore/detail/youtube-watch-without-pla/hemfmfgfgaohilndfehheengjlgmkhlo
Descrizione This extension allows videos from playlists to be watched without the playlist view.
Dimensione del File 438 KB
Conteggio Installazioni 153
Versione Corrente 1.2
Ultimo Aggiornamento 2020-02-16
Data di Pubblicazione 2020-02-16
Valutazione 4.63/5 Totale 8 Valutazioni
Sviluppatore Joel Henke
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    }
}