Playlist Search for YouTube™

Added a button to search for playlist on YouTube™

Playlist Search for YouTube™ क्या है?

Playlist Search for YouTube™ bentles द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Added a button to search for playlist on YouTube™"।

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

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

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

                        This is an extension for anyone who spends a lot of time listening to music playlists on YouTube™. It adds a search playlist button next to the search button and provides the hotkey "shift+enter" to the search bar that performs the same function.

Please note that this extension may break if the YouTube™ site updates. You can fix it youself by forking: https://github.com/bentles/playlist-search or irritate me until I fix it.

YouTube is a trademark of Google Inc. Use of this trademark is subject to Google Permissions.                    

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

नाम Playlist Search for YouTube™ Playlist Search for YouTube™
ID eahehlfeelkppnhcjlhnhohdkcnhpngk
आधिकारिक URL https://chrome.google.com/webstore/detail/playlist-search-for-youtu/eahehlfeelkppnhcjlhnhohdkcnhpngk
विवरण Added a button to search for playlist on YouTube™
फ़ाइल का आकार 32.98 KB
स्थापना संख्या 15
वर्तमान संस्करण 0.0.0.5
अंतिम अपडेट 2017-08-30
प्रकाशन तिथि 2017-08-30
रेटिंग 1.00/5 कुल 1 रेटिंग्स
डेवलपर bentles
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "content_scripts": [
        {
            "js": [
                "jquery-2.1.1.min.js",
                "background.js"
            ],
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ]
        }
    ],
    "description": "Added a button to search for playlist on YouTube\u2122",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAntWmdDoL9xQPv97W7M1AHGXUB5Q6iIeZsj+hTMXeb8Qq8Nzf4grG4yMd5B7puIsivRqD5L1WgWyJtYN2UXS4A1QtIqexRw0uqEMbyV9\/Pptm0HpBCT\/nTb3E8p2PaiEcW0Kiqqp+lmSCbwZlZZoAlKypmH5HdfYlhdyk6V3rpKoEmuV7MUxaToYn7WRylApjejhPl2m0EnWAi2AmbXzMgSxL4Vt3ZF95qnPYKaBdmC51Ed4K\/RDZ9bSdOkfOt27klNuuKmCZKEFwArAwPK3fHLBe8DF62q6P2TxGpzcChyCXxTC5FNDycqwOpnTN42VLEUUXoyMGYUoUCDJ8tcVQLQIDAQAB",
    "manifest_version": 2,
    "name": "Playlist Search for YouTube\u2122",
    "page_action": [],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.0.0.5"
}