Youtube Playlist Search

Search within a YouTube playlist

Youtube Playlist Searchคืออะไร?

Youtube Playlist Search เป็นส่วนขยายของ Chrome ที่พัฒนาโดย String cheese; และคุณลักษณะหลักของมันคือ "Search within a YouTube playlist"

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

screenshot

ดาวน์โหลดไฟล์ 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                    

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

ชื่อ 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": []
}