Youtube Playlist Search
Search within a YouTube playlist
Qu'est-ce que Youtube Playlist Search ?
Youtube Playlist Search est une extension Chrome développée par String cheese;, et sa fonction principale est "Search within a YouTube playlist".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Youtube Playlist Search
Téléchargez les fichiers d'extension Youtube Playlist Search 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
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
Informations de Base sur l'Extension
Nom | Youtube Playlist Search |
ID | fdnkfdlphofnhdjlmaabncgendfalmmc |
URL Officiel | https://chromewebstore.google.com/detail/youtube-playlist-search/fdnkfdlphofnhdjlmaabncgendfalmmc |
Description | Search within a YouTube playlist |
Taille du Fichier | 158 KB |
Nombre d'Installations | 280 |
Version Actuelle | 0.2.0 |
Dernière Mise à Jour | 2019-04-25 |
Date de Publication | 2019-04-25 |
Évaluation | 2.09/5 Total 11 Évaluations |
Développeur | String cheese; |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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": [] } |