Youtube Playlist Search

Search within a YouTube playlist

¿Qué es Youtube Playlist Search?

Youtube Playlist Search es una extensión de Chrome desarrollada por String cheese;, y su función principal es "Search within a YouTube playlist".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Youtube Playlist Search

Descarga archivos de extensión Youtube Playlist Search 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

                        This extension for Chrome adds an easy-to-use search bar to YouTube playlists.

**Currently available for public playlists only**

2.0 Changelog:
- Our search bar is now available on the "watch" screen while viewing a video from a playlist!
- Improved design

1.5 Changelog:
-Added support for text color changing between black and white based upon if Youtube has Dark Theme activated

1.4 Changelog:
- Fixed search to work with new YouTube layout. Check out the new location of the search bar!
- Clicking links from the search results now takes you to the playlist version of the song.
- Misc. bug fixes
- Higher res images/display changes coming soon                    

Información Básica de la Extensión

Nombre Youtube Playlist Search Youtube Playlist Search
ID fdnkfdlphofnhdjlmaabncgendfalmmc
URL Oficial https://chromewebstore.google.com/detail/youtube-playlist-search/fdnkfdlphofnhdjlmaabncgendfalmmc
Descripción Search within a YouTube playlist
Tamaño del Archivo 158 KB
Cantidad de Instalaciones 280
Versión Actual 0.2.0
Última Actualización 2019-04-25
Fecha de Publicación 2019-04-25
Calificación 2.09/5 Total de 11 Calificaciones
Desarrollador String cheese;
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Youtube Playlist Search",
    "version": "0.2.0",
    "manifest_version": 2,
    "short_name": "YouTube Playlist Search",
    "description": "Search within a YouTube playlist",
    "browser_action": {
        "default_icon": "img\/youtube_icon.png",
        "_comment": "default_popup: index.html",
        "default_title": "YouTube Playlist Search"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "js": [
                "jquery-2.2.3.js",
                "socket.io.js",
                "search.js"
            ]
        }
    ],
    "permissions": []
}