Search in YouTube
Search selected text in YouTube by a simple click of a button
Wat is Search in YouTube?
Search in YouTube is een Chrome-extensie ontwikkeld door http://garbageoverflow.blogspot.com, en de belangrijkste functie is "Search selected text in YouTube by a simple click of a button".
Extensie Screenshots
Download het CRX-bestand van de extensie Search in YouTube
Download Search in YouTube-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
Search selected text on a web page in YouTube by a simple click 3 easy steps 1. Install the plugin. You will see a red YouTube icon (usually on top ride side on chrome) after plugin is installed 2. Select some text on a web page using your mouse e.g movie name 3. Click on the plugin icon and wallah a new small window will open with open YouTube with your selected text
Basisinformatie over de Extensie
Naam | |
ID | kfoemjblnjcahcgakbogaakhhgjldnfn |
Officiële URL | https://chrome.google.com/webstore/detail/search-in-youtube/kfoemjblnjcahcgakbogaakhhgjldnfn |
Beschrijving | Search selected text in YouTube by a simple click of a button |
Bestandsgrootte | 12.55 KB |
Aantal Installaties | 180 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2020-02-29 |
Publicatiedatum | 2020-02-29 |
Beoordeling | 4.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | http://garbageoverflow.blogspot.com |
Betalingswijze | free |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Search in YouTube", "description": "Search selected text in YouTube by a simple click of a button", "version": "1.0", "permissions": [ "activeTab" ], "background": { "scripts": [ "eventPage.js" ], "persistent": false }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" } } |