Find on YouTube (Context Menu)
This extension adds a context menu option for selected text in order to find video related to the text
Find on YouTube (Context Menu)คืออะไร?
Find on YouTube (Context Menu) เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Romkaq และคุณลักษณะหลักของมันคือ "This extension adds a context menu option for selected text in order to find video related to the text"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Find on YouTube (Context Menu)
ดาวน์โหลดไฟล์ส่วนขยาย Find on YouTube (Context Menu) ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This simple extension adds context menu for selected text to search in youtube.com.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Find on YouTube (Context Menu) |
ID | agpgbopfbmfklefdodadbcengmimldpb |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/find-on-youtube-context-m/agpgbopfbmfklefdodadbcengmimldpb |
คำอธิบาย | This extension adds a context menu option for selected text in order to find video related to the text |
ขนาดไฟล์ | 7.01 KB |
จำนวนการติดตั้ง | 518 |
เวอร์ชันปัจจุบัน | 2.2 |
อัปเดตครั้งล่าสุด | 2022-06-18 |
วันที่เผยแพร่ | 2021-07-03 |
คะแนน | 5.00/5 รวมทั้งหมด 5 คะแนน |
ผู้พัฒนา | Romkaq |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
URL หน้านโยบายความเป็นส่วนตัว | https://rq-dev.github.io/chrome-extensions-privacy-policy |
ภาษาที่รองรับ | en,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_name__", "description": "__MSG_description__", "version": "2.2", "default_locale": "en", "permissions": [ "contextMenus" ], "background": { "service_worker": "script.js" }, "icons": { "128": "icon128.png" } } |