Playlist Search for YouTube™

Instantly search inside any YouTube™ playlist.

Playlist Search for YouTube™คืออะไร?

Playlist Search for YouTube™ เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Cham K. และคุณลักษณะหลักของมันคือ "Instantly search inside any YouTube™ playlist."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Playlist Search for YouTube™

ดาวน์โหลดไฟล์ส่วนขยาย Playlist Search for YouTube™ ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        To use, simply click the extension when on a playlist or a video inside a playlist and the extension will list ALL videos inside the playlist. You may then instantly search for and click any video in the list to go to it.

This extension requires you to login so that the extension can make authorized API calls to the YouTube™ Data API for all of your playlists. This means that it will work on both public and private playlists.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Playlist Search for YouTube™ Playlist Search for YouTube™
ID jdolgjncmhmboklhmacpknglmiibbldg
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/playlist-search-for-youtu/jdolgjncmhmboklhmacpknglmiibbldg
คำอธิบาย Instantly search inside any YouTube™ playlist.
ขนาดไฟล์ 58.92 KB
จำนวนการติดตั้ง 13,113
เวอร์ชันปัจจุบัน 1.0.0.8
อัปเดตครั้งล่าสุด 2020-05-25
วันที่เผยแพร่ 2020-05-24
คะแนน 3.00/5 รวมทั้งหมด 149 คะแนน
ผู้พัฒนา Cham K.
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://inspect.video/playlist-search
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Playlist Search for YouTube\u2122",
    "version": "1.0.0.8",
    "description": "Instantly search inside any YouTube\u2122 playlist.",
    "background": {
        "scripts": [
            "\/js\/background.js",
            "\/js\/jquery.min.js",
            "\/js\/jquery.min.js",
            "\/js\/popup.js"
        ],
        "persistent": false,
        "pages": [
            "popup.html"
        ]
    },
    "page_action": {
        "default_title": "Search this playlist",
        "default_popup": "popup.html"
    },
    "icons": {
        "48": "\/img\/icon-48.png",
        "128": "\/img\/icon-128.png"
    },
    "permissions": [
        "declarativeContent",
        "tabs",
        "identity",
        "http:\/\/www.youtube.com\/*",
        "https:\/\/www.youtube.com\/*"
    ],
    "oauth2": {
        "client_id": "915927501400-0ptlebbjprdfqts713hlutok1kplu2a8.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/youtube.readonly"
        ]
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAps65nbsGLdA55FuGZlpzPiZOdV+umwFK4gFOYnUDVcqp6NQ8OxGY5+qQ40tFlBgrwAbhCknHumgFQJyQBnYUhJNSO5macvXjXi1Fg6ZwWoaglQbbmXUWmXFsBq5DwR514qT\/0ER70n35RpM1u7fgMGga8yHm3l3YjVRoEuN7qqHj1mRN3EbHnZUQbCT91JhZqfhaVkEEAvsznCZ3xbKDhCydSs5753cEk0tWeVFkTfE74FIoV9vi1nDHS2qjtcaNQSUmOTeBys6hZkXRgPDQl5NWwFd6xx85txQ4sbDMX0WNR9Qc\/IAZlhigxaGr\/UD0qTz0GpIRGU0KkNQEs\/lw5wIDAQAB",
    "manifest_version": 2
}