YouTube Quick Search

Search on YouTube No need to tediously open a new tab or window to search a highlighted word/text on YouTube. Just use this…

Qu'est-ce que YouTube Quick Search ?

YouTube Quick Search est une extension Chrome développée par afkdev8, et sa fonction principale est "Search on YouTube No need to tediously open a new tab or window to search a highlighted word/text on YouTube. Just use this…".

Captures d'Écran de l'Extension

screenshot

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

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

No need to tediously open a new tab or window to search a highlighted word/text on YouTube.
Just use this extension!

1) Mark any text in your browser

2) Right-click on it 

3) Press "Search on YouTube"



Contact: [email protected]                    

Informations de Base sur l'Extension

Nom YouTube Quick Search YouTube Quick Search
ID algmmcbdjmplgjmligafamelebkahfhh
URL Officiel https://chromewebstore.google.com/detail/youtube-quick-search/algmmcbdjmplgjmligafamelebkahfhh
Description Search on YouTube No need to tediously open a new tab or window to search a highlighted word/text on YouTube. Just use this…
Taille du Fichier 11.68 KB
Nombre d'Installations 60
Version Actuelle 2.0
Dernière Mise à Jour 2023-12-06
Date de Publication 2020-03-16
Évaluation 5.00/5 Total 2 Évaluations
Développeur afkdev8
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://afkdev8.vercel.app/
URL de la Page d'Aide https://github.com/mrinfinidy/YouTubeSearch
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "YouTube Quick Search",
    "version": "2.0",
    "permissions": [
        "contextMenus"
    ],
    "background": {
        "service_worker": "service-worker.js"
    },
    "action": {
        "default_icon": "icon.png"
    },
    "icons": {
        "16": "icon16.png",
        "128": "icon128.png"
    }
}