URL Cleaner

Remove unwanted '&list=...' from YouTube™ video links so that only the selected video plays and not the whole default playlist.

¿Qué es URL Cleaner?

URL Cleaner es una extensión de Chrome desarrollada por the_man994, y su función principal es "Remove unwanted '&list=...' from YouTube™ video links so that only the selected video plays and not the whole default playlist.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión URL Cleaner

Descarga archivos de extensión URL Cleaner en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        When enabled this extension will remove the '&list=...." information from YouTube™ links so that the player only load and plays the clicked video.

Too often YouTubers will let the default ordering of playlist with the videos playing in reverse order (newest to oldest, annoying for a web-series) or you simply want to watch a specific video and not everything on someone's channel.

Also useful for ChromeCast devices that doesn't detect when you disable Auto-play in a playlist.                    

Información Básica de la Extensión

Nombre URL Cleaner URL Cleaner
ID klhajccboaijdbimabocoenlbakipghl
URL Oficial https://chrome.google.com/webstore/detail/url-cleaner/klhajccboaijdbimabocoenlbakipghl
Descripción Remove unwanted '&list=...' from YouTube™ video links so that only the selected video plays and not the whole default playlist.
Tamaño del Archivo 12.97 KB
Cantidad de Instalaciones 109
Versión Actual 1.1
Última Actualización 2014-08-16
Fecha de Publicación 2014-08-16
Calificación 4.00/5 Total de 6 Calificaciones
Desarrollador the_man994
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://github.com/M4nuski/URL-Cleaner
Idiomas Soportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "URL Cleaner",
    "description": "Remove unwanted '&list=...' from YouTube\u2122 video links so that only the selected video plays and not the whole default playlist.",
    "version": "1.1",
    "icons": {
        "16": "YUC_icon16.png",
        "48": "YUC_icon48.png",
        "128": "YUC_icon128.png"
    },
    "permissions": [
        "storage",
        "webRequest",
        "webRequestBlocking",
        "*:\/\/www.youtube.com\/*"
    ],
    "browser_action": {
        "default_icon": "YUC_icon128.png",
        "default_popup": "YUC_options.html"
    },
    "background": {
        "scripts": [
            "YUC_script.js"
        ]
    }
}