Youtube Playlist Search

Search within a YouTube playlist

Youtube Playlist Search क्या है?

Youtube Playlist Search String cheese; द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Search within a YouTube playlist"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Youtube Playlist Search एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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                    

एक्सटेंशन की मूल जानकारी

नाम Youtube Playlist Search Youtube Playlist Search
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": []
}