YouTube Text-Recognition
Ever wanted to copy text from a YouTube video? Well with extension, you can! Simply: 1. Go to the video where you want to copy…
Qu'est-ce que YouTube Text-Recognition ?
YouTube Text-Recognition est une extension Chrome développée par Muhammed Ismail, et sa fonction principale est "Ever wanted to copy text from a YouTube video? Well with extension, you can! Simply: 1. Go to the video where you want to copy…".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension YouTube Text-Recognition
Téléchargez les fichiers d'extension YouTube Text-Recognition 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
Ever wanted to copy text from a YouTube video? Well with extension, you can! Simply: 1. Go to the video where you want to copy text from. 2. Open the extension's popup and click on the recognize button. 3. Select the text that you want the extension to recognize. 4. Wait for the text to be recognized. And that's it!
Informations de Base sur l'Extension
Nom | YouTube Text-Recognition |
ID | eiobdpjhboagcihclljpjkkehnmiodlb |
URL Officiel | https://chromewebstore.google.com/detail/youtube-text-recognition/eiobdpjhboagcihclljpjkkehnmiodlb |
Description | Ever wanted to copy text from a YouTube video? Well with extension, you can! Simply: 1. Go to the video where you want to copy… |
Taille du Fichier | 11.67 MB |
Nombre d'Installations | 1,043 |
Version Actuelle | 0.1 |
Dernière Mise à Jour | 2021-01-20 |
Date de Publication | 2021-01-20 |
Évaluation | 1.00/5 Total 3 Évaluations |
Développeur | Muhammed Ismail |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "YouTube Text-Recognition", "version": "0.1", "content_scripts": [ { "matches": [ "*:\/\/*.youtube.com\/watch*" ], "css": [ "content\/content.css", "lib\/cropper.css" ], "js": [ "lib\/jquery.min.js", "lib\/cropper.min.js", "lib\/color-thief.min.js", "lib\/tesseract.min.js", "content\/content.js" ] } ], "browser_action": { "default_icon": "res\/youtube(amin).png", "default_popup": "popup\/popup.html" }, "web_accessible_resources": [ "lib\/worker.min.js", "lib\/tesseract-core.wasm.js", "lang-data\/*.traineddata.gz" ], "permissions": [ "activeTab" ] } |