Youtube Playlist Search
Search within a YouTube playlist
Τι είναι το Youtube Playlist Search;
Το Youtube Playlist Search είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον String cheese;, και η κύρια λειτουργία του είναι "Search within a YouTube playlist".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Youtube Playlist Search
Λήψη αρχείων επέκτασης Youtube Playlist Search σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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 Βασικές Πληροφορίες Επέκτασης
| Όνομα | |
| ID | fdnkfdlphofnhdjlmaabncgendfalmmc |
| Επίσημο URL | https://chromewebstore.google.com/detail/youtube-playlist-search/fdnkfdlphofnhdjlmaabncgendfalmmc |
| Περιγραφή | Search within a YouTube playlist |
| Μέγεθος Αρχείου | 158 KB |
| Αριθμός Εγκαταστάσεων | 280 |
| Τρέχουσα Έκδοση | 0.2.0 |
| Τελευταία Ενημέρωση | 2019-04-25 |
| Ημερομηνία Δημοσίευσης | 2019-04-25 |
| Αξιολόγηση | 2.09/5 Συνολικά 11 Αξιολογήσεις |
| Προγραμματιστής | String cheese; |
| Ηλεκτρονικό ταχυδρομείο | [email protected] |
| Τύπος Πληρωμής | free |
| Υποστηριζόμενες Γλώσσες | 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": []
} | |