Searchyy - Find on YouTube by Right-Click
Search highlighted/selected text on YouTube with right click!
Wat is Searchyy - Find on YouTube by Right-Click?
Searchyy - Find on YouTube by Right-Click is een Chrome-extensie ontwikkeld door Vladyslav Bova, en de belangrijkste functie is "Search highlighted/selected text on YouTube with right click!".
Extensie Screenshots
Download het CRX-bestand van de extensie Searchyy - Find on YouTube by Right-Click
Download Searchyy - Find on YouTube by Right-Click-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | alhnhopmdlijlcdfbmlaflpfbcgfdekh |
Officiële URL | https://chrome.google.com/webstore/detail/searchyy-find-on-youtube/alhnhopmdlijlcdfbmlaflpfbcgfdekh |
Beschrijving | Search highlighted/selected text on YouTube with right click! |
Bestandsgrootte | 9.2 KB |
Aantal Installaties | 64 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2022-02-01 |
Publicatiedatum | 2022-02-01 |
Beoordeling | 5.00/5 Totaal 3 Beoordelingen |
Ontwikkelaar | Vladyslav Bova |
[email protected] | |
Betalingswijze | free |
URL van de Privacybeleid Pagina | https://www.termsfeed.com/live/95cf2d84-de8d-42e0-ba80-1ab7d730e04e |
Ondersteunde Talen | 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" } } |