Search on YouTube

Search for anything on YouTube by selecting the text and right clicking.

Qu'est-ce que Search on YouTube ?

Search on YouTube est une extension Chrome développée par Ryan-ED, et sa fonction principale est "Search for anything on YouTube by selecting the text and right clicking.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

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

Téléchargez les fichiers d'extension Search on 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

                        A simple extension for the Google Chrome browser that allows you to search on YouTube by right clicking highlighted text and using the context menu. Similar to how the built in "Search Google for..." context menu item works.

1) Select some text
2) Right click the mouse to open context menu
3) Select "Search YouTube for [your text]" option

Icons and logos done by @liamcaindesigns on Instagram.                    

Informations de Base sur l'Extension

Nom Search on YouTube Search on YouTube
ID ebgngjpjlbehmgehnpeckhdhmnoecngd
URL Officiel https://chromewebstore.google.com/detail/search-on-youtube/ebgngjpjlbehmgehnpeckhdhmnoecngd
Description Search for anything on YouTube by selecting the text and right clicking.
Taille du Fichier 21.49 KB
Nombre d'Installations 657
Version Actuelle 1.1
Dernière Mise à Jour 2021-07-01
Date de Publication 2021-06-30
Évaluation 5.00/5 Total 8 Évaluations
Développeur Ryan-ED
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/Ryan-ED/search-on-youtube-chrome-ext
Langues Prises en Charge en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Search on YouTube",
    "description": "Search for anything on YouTube by selecting the text and right clicking.",
    "version": "1.1",
    "icons": {
        "16": "\/icons\/16x16.png",
        "32": "\/icons\/32x32.png",
        "48": "\/icons\/48x48.png",
        "128": "\/icons\/128x128.png",
        "150": "\/icons\/150x150.png"
    },
    "manifest_version": 3,
    "background": {
        "service_worker": "service-worker.js"
    },
    "permissions": [
        "contextMenus"
    ]
}