Youtube Playlist Search
Search within a YouTube playlist
What is Youtube Playlist Search?
Youtube Playlist Search is a Chrome extension developed by String cheese;, and its main feature is "Search within a YouTube playlist".
Extension Screenshots
Download Youtube Playlist Search Extension CRX File
Download Youtube Playlist Search extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | Youtube Playlist Search |
ID | fdnkfdlphofnhdjlmaabncgendfalmmc |
Official URL | https://chromewebstore.google.com/detail/youtube-playlist-search/fdnkfdlphofnhdjlmaabncgendfalmmc |
Description | Search within a YouTube playlist |
File Size | 158 KB |
Installation Count | 280 |
Current Version | 0.2.0 |
Last Updated | 2019-04-25 |
Publish Date | 2019-04-25 |
Rating | 2.09/5 Total 11 Ratings |
Developer | String cheese; |
[email protected] | |
Payment Type | free |
Supported Languages | 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": [] } |