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é es YouTube Text-Recognition?

YouTube Text-Recognition es una extensión de Chrome desarrollada por Muhammed Ismail, y su función principal es "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…".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión YouTube Text-Recognition

Descarga archivos de extensión YouTube Text-Recognition en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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!                    

Información Básica de la Extensión

Nombre YouTube Text-Recognition YouTube Text-Recognition
ID eiobdpjhboagcihclljpjkkehnmiodlb
URL Oficial https://chromewebstore.google.com/detail/youtube-text-recognition/eiobdpjhboagcihclljpjkkehnmiodlb
Descripción 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…
Tamaño del Archivo 11.67 MB
Cantidad de Instalaciones 1,043
Versión Actual 0.1
Última Actualización 2021-01-20
Fecha de Publicación 2021-01-20
Calificación 1.00/5 Total de 3 Calificaciones
Desarrollador Muhammed Ismail
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados 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"
    ]
}