Searchyy - Find on YouTube by Right-Click
Search highlighted/selected text on YouTube with right click!
Hvad er Searchyy - Find on YouTube by Right-Click?
Searchyy - Find on YouTube by Right-Click er en Chrome-udvidelse udviklet af Vladyslav Bova, og dens hovedfunktion er "Search highlighted/selected text on YouTube with right click!".
Udvidelsesskærmbilleder
Download Searchyy - Find on YouTube by Right-Click-udvidelses-CRX-fil
Download Searchyy - Find on YouTube by Right-Click-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | alhnhopmdlijlcdfbmlaflpfbcgfdekh |
Officiel URL | https://chrome.google.com/webstore/detail/searchyy-find-on-youtube/alhnhopmdlijlcdfbmlaflpfbcgfdekh |
Beskrivelse | Search highlighted/selected text on YouTube with right click! |
Filstørrelse | 9.2 KB |
Antal Installationer | 64 |
Nuværende Version | 1.0 |
Senest Opdateret | 2022-02-01 |
Udgivelsesdato | 2022-02-01 |
Bedømmelse | 5.00/5 Samlet 3 Bedømmelser |
Udvikler | Vladyslav Bova |
[email protected] | |
Betalingsmetode | free |
URL til Fortrolighedspolitik Side | https://www.termsfeed.com/live/95cf2d84-de8d-42e0-ba80-1ab7d730e04e |
Understøttede Sprog | 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" } } |