YouTube Music Selection Search

Search for selected text in YouTube Music.

YouTube Music Selection Searchคืออะไร?

YouTube Music Selection Search เป็นส่วนขยายของ Chrome ที่พัฒนาโดย darmarco และคุณลักษณะหลักของมันคือ "Search for selected text in YouTube Music."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย YouTube Music Selection Search

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

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

                        Use the context menu to search for YouTube Music from text selected on a web page.                    

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

ชื่อ YouTube Music Selection Search YouTube Music Selection Search
ID ihiboenbgflbaccgopgfkoeacabceiie
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/youtube-music-selection-s/ihiboenbgflbaccgopgfkoeacabceiie
คำอธิบาย Search for selected text in YouTube Music.
ขนาดไฟล์ 15.85 KB
จำนวนการติดตั้ง 37
เวอร์ชันปัจจุบัน 0.0.3
อัปเดตครั้งล่าสุด 2021-10-03
วันที่เผยแพร่ 2021-08-08
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา darmarco
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://www.darylmarco.com/
URL หน้าช่วยเหลือ http://www.darylmarco.com/
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "YouTube Music Selection Search",
    "version": "0.0.3",
    "description": "Search for selected text in YouTube Music.",
    "permissions": [
        "contextMenus"
    ],
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "action": {
        "default_icon": "images\/icon.png"
    },
    "icons": {
        "16": "images\/icon.png",
        "32": "images\/icon.png",
        "48": "images\/icon.png",
        "128": "images\/icon.png"
    }
}