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)是由Romkaq開發的Chrome擴展程式,該擴展的主要功能是“This extension adds a context menu option for selected text in order to find video related to the text”。
擴展截圖
下載Find on YouTube (Context Menu)擴展crx文件
下載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 |
官方網址 | 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" } } |