Search in YouTube

Search selected text in YouTube by a simple click of a button

Qu'est-ce que Search in YouTube ?

Search in YouTube est une extension Chrome développée par http://garbageoverflow.blogspot.com, et sa fonction principale est "Search selected text in YouTube by a simple click of a button".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Search in YouTube

Téléchargez les fichiers d'extension Search in YouTube au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Search in YouTube Search in YouTube
ID kfoemjblnjcahcgakbogaakhhgjldnfn
URL Officiel https://chrome.google.com/webstore/detail/search-in-youtube/kfoemjblnjcahcgakbogaakhhgjldnfn
Description Search selected text in YouTube by a simple click of a button
Taille du Fichier 12.55 KB
Nombre d'Installations 180
Version Actuelle 1.0
Dernière Mise à Jour 2020-02-29
Date de Publication 2020-02-29
Évaluation 4.00/5 Total 1 Évaluations
Développeur http://garbageoverflow.blogspot.com
Type de Paiement free
Langues Prises en Charge 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"
    }
}