Searchyy - Find on YouTube by Right-Click
Search highlighted/selected text on YouTube with right click!
什麼是Searchyy - Find on YouTube by Right-Click?
Searchyy - Find on YouTube by Right-Click是由Vladyslav Bova開發的Chrome擴展程式,該擴展的主要功能是“Search highlighted/selected text on YouTube with right click!”。
擴展截圖
下載Searchyy - Find on YouTube by Right-Click擴展crx文件
下載Searchyy - Find on YouTube by Right-Click擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
I developed this extension for myself and I hope you will love it too. It's pretty simple. Right click on selected text will redirect you on YouTube with the results. It just saves a time.
擴展基本資訊
名稱 | |
ID | alhnhopmdlijlcdfbmlaflpfbcgfdekh |
官方網址 | https://chrome.google.com/webstore/detail/searchyy-find-on-youtube/alhnhopmdlijlcdfbmlaflpfbcgfdekh |
簡介 | Search highlighted/selected text on YouTube with right click! |
檔案大小 | 9.2 KB |
安裝次數 | 64 |
目前版本 | 1.0 |
更新時間 | 2022-02-01 |
上架時間 | 2022-02-01 |
評分 | 5.00/5 共 3 次評分 |
開發者 | Vladyslav Bova |
電子郵箱 | [email protected] |
付費類型 | free |
隱私政策頁面URL | https://www.termsfeed.com/live/95cf2d84-de8d-42e0-ba80-1ab7d730e04e |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Searchyy - Find on YouTube by Right-Click", "description": "Search highlighted\/selected text on YouTube with right click!", "version": "1.0", "manifest_version": 3, "background": { "service_worker": "background.js" }, "permissions": [ "contextMenus", "storage" ], "action": { "default_popup": "popup.html", "default_icon": { "16": "\/images\/16.png", "32": "\/images\/32.png", "48": "\/images\/48.png", "128": "\/images\/128.png" } }, "icons": { "16": "\/images\/16.png", "32": "\/images\/32.png", "48": "\/images\/48.png", "128": "\/images\/128.png" } } |