YouTube Playlist Search

This extension lets you search youtube playlists

什麼是YouTube Playlist Search?

YouTube Playlist Search是由Andreas. K開發的Chrome擴展程式,該擴展的主要功能是“This extension lets you search youtube playlists”。

擴展截圖

screenshot
screenshot

下載YouTube Playlist Search擴展crx文件

下載YouTube Playlist Search擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Lets you search inside any YouTube playlist.

To use, click the icon when on a YouTube playlist. If it's your first time using the app, it will require you to authenticate via your google account*. After logging in it will show you a search bar and a list of videos which you can click on to instantly go to.

Reading of browser history is to catch the playlist URL.

*Sign in is required, as it's used to view your privated videos in your playlist.                    

擴展基本資訊

名稱 YouTube Playlist Search YouTube Playlist Search
ID ldmflkefiglekhmgmceccddablgfhkhn
官方網址 https://chromewebstore.google.com/detail/youtube-playlist-search/ldmflkefiglekhmgmceccddablgfhkhn
簡介 This extension lets you search youtube playlists
檔案大小 1.24 MB
安裝次數 556
目前版本 3.0.0
更新時間 2024-01-22
上架時間 2021-09-29
評分 3.00/5 共 11 次評分
開發者 Andreas. K
電子郵箱 [email protected]
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "YouTube Playlist Search",
    "description": "This extension lets you search youtube playlists",
    "version": "3.0.0",
    "author": "F\u00e6tter",
    "oauth2": {
        "client_id": "202570554839-fcn1pbaesgi3bs0bj1t4l653kav0ub5a.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/youtube.readonly"
        ]
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAkFLLBwgJVbIXzW7ij\/g4QqMpU6vIczxR2fDjclKTHuG9evNTGyY5A69oACbmaurjiD7Es0tLkFiYuc+TNc\/JRNEHwx9awSVqFxDmM\/sd83caFfUwKc\/3reGF3mxHkeSKsHOF2tOFEovoCQFNvTF4P3Ln3FeqmnsJUv1\/jke1eS2oNNQwb6zaPtYzItTi6Is433juQ62jtBWA4q224S8iwZszewGIE0T63QSFnQIRSjTjtv9g2WglO+b0vWPNjDXWeCSZKG21inWRHXEThKuHLa2Tp6mIIfX5k+RdpEMdlnzFSPGIzU2Bq1VGMbksFHLFuPF5Ms7zFdH7nu3KEDzFUQIDAQAB",
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "icon\/search16.png",
            "48": "icon\/search48.png",
            "128": "icon\/search128.png"
        }
    },
    "icons": {
        "16": "icon\/search16.png",
        "48": "icon\/search48.png",
        "128": "icon\/search128.png"
    },
    "permissions": [
        "tabs",
        "identity",
        "storage"
    ]
}