Youtube Playlist Search
Search within a YouTube playlist
Co je Youtube Playlist Search?
Youtube Playlist Search je rozšíření Chrome vyvinuté String cheese;, a jeho hlavní funkcí je „Search within a YouTube playlist“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Youtube Playlist Search
Stáhněte si soubory rozšíření Youtube Playlist Search ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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
Základní Informace o Rozšíření
Název | Youtube Playlist Search |
ID | fdnkfdlphofnhdjlmaabncgendfalmmc |
Oficiální URL | https://chromewebstore.google.com/detail/youtube-playlist-search/fdnkfdlphofnhdjlmaabncgendfalmmc |
Popis | Search within a YouTube playlist |
Velikost souboru | 158 KB |
Počet instalací | 280 |
Aktuální Verze | 0.2.0 |
Poslední Aktualizace | 2019-04-25 |
Datum Vydání | 2019-04-25 |
Hodnocení | 2.09/5 Celkem 11 Hodnocení |
Vývojář | String cheese; |
[email protected] | |
Typ Platby | free |
Podporované Jazyky | 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": [] } |