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…

ما هو YouTube Text-Recognition؟

YouTube Text-Recognition هو إضافة Chrome تم تطويرها بواسطة Muhammed Ismail، والميزة الرئيسية لها هي "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…".

لقطات شاشة التمديد

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة YouTube Text-Recognition

قم بتنزيل ملفات الامتداد YouTube Text-Recognition بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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!                    

معلومات أساسية عن التمديد

الاسم YouTube Text-Recognition YouTube Text-Recognition
ID eiobdpjhboagcihclljpjkkehnmiodlb
عنوان URL الرسمي https://chromewebstore.google.com/detail/youtube-text-recognition/eiobdpjhboagcihclljpjkkehnmiodlb
الوصف 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…
حجم الملف 11.67 MB
عدد التثبيتات 1,043
النسخة الحالية 0.1
آخر تحديث 2021-01-20
تاريخ النشر 2021-01-20
تقييم 1.00/5 مجموع تقييمات 3
المطور Muhammed Ismail
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة 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"
    ]
}