YouTube Watch without Playlist

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

Qu'est-ce que YouTube Watch without Playlist ?

YouTube Watch without Playlist est une extension Chrome développée par Joel Henke, et sa fonction principale est "This extension allows videos from playlists to be watched without the playlist view.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension YouTube Watch without Playlist

Téléchargez les fichiers d'extension YouTube Watch without Playlist au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                                            

Informations de Base sur l'Extension

Nom YouTube Watch without Playlist YouTube Watch without Playlist
ID hemfmfgfgaohilndfehheengjlgmkhlo
URL Officiel 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.
Taille du Fichier 438 KB
Nombre d'Installations 153
Version Actuelle 1.2
Dernière Mise à Jour 2020-02-16
Date de Publication 2020-02-16
Évaluation 4.63/5 Total 8 Évaluations
Développeur Joel Henke
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    }
}