Copy Text from Videos

The ultimate OCR tool for copying text from Videos, Images and Live Meetings.

What is Copy Text from Videos?

Copy Text from Videos is a Chrome extension developed by https://apps.livepolls.app, and its main feature is "The ultimate OCR tool for copying text from Videos, Images and Live Meetings.".

Extension Screenshots

screenshot

Download Copy Text from Videos Extension CRX File

Download Copy Text from Videos extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Tired of typing out text trapped inside of videos? Copy Text from Videos lets you easily copy on-screen text directly from any video and Live Meetings. 

Copy notes from lectures, code from tutorials, links from social media videos, or even handwritten text in seconds.

It supports detecting text in 50+ languages including English, Hindi, Turkish, French, Spanish and many more.

We works on all video sites, You can even use it on local video files by simply dragging and dropping the video file into the Chrome browser.It a must-have for students and professionals participating in online classes and video-based learning.

1. Pause the video and click the toggle in the top left
The toggle will not show up until the video is paused.

2. Click and drag while holding the mouse down to select and copy the text
The text will automatically get copied to your clipboard. Paste the text as normal using ctrl+v (windows) or cmd+v (mac).

🔹Privacy Policy 

By design, your data stays at all times on your Google account, never saved in our database. Your data aren’t shared with anyone, including the add-on owner. 
We complies with privacy laws (especially GDPR & California Privacy Act) to protect your data.                    

Extension Basic Information

Name Copy Text from Videos Copy Text from Videos
ID djbbokpfbbipcdnodgadkidppckgajgp
Official URL https://chromewebstore.google.com/detail/copy-text-from-videos/djbbokpfbbipcdnodgadkidppckgajgp
Description The ultimate OCR tool for copying text from Videos, Images and Live Meetings.
File Size 352 KB
Installation Count 269
Current Version 1.3
Last Updated 2024-03-06
Publish Date 2024-01-26
Rating 5.00/5 Total 5 Ratings
Developer https://apps.livepolls.app
Email [email protected]
Payment Type free
Extension Website https://www.livepolls.app/apps?from=chrome
Help Page URL https://www.livepolls.app/support
Privacy Policy Page URL https://www.livepolls.app/privacy
Supported Languages id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "default_locale": "en",
    "version": "1.3",
    "manifest_version": 3,
    "icons": {
        "16": "\/images\/16.png",
        "48": "\/images\/48.png",
        "128": "\/images\/128.png"
    },
    "description": "__MSG_extDescription__",
    "permissions": [
        "activeTab",
        "storage",
        "browsingData",
        "scripting"
    ],
    "host_permissions": [
        ""
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "polyfills\/browser-polyfill.min.js",
                "jquery\/jquery-3.5.1.min.js",
                "jquery\/jquery-ui.min.js",
                "arrive\/arrive.min.js",
                "lodash\/lodash.min.js",
                "selectable\/selectable.js",
                "config.js",
                "common.js",
                "settingsManager.js",
                "login.js",
                "limit.js",
                "review.js",
                "content.js",
                "shortcut.js",
                "iframeListener.js",
                "screenshot.js"
            ],
            "all_frames": true,
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/*.selectext.app\/*"
            ],
            "js": [
                "polyfills\/browser-polyfill.min.js",
                "siteListener.js"
            ],
            "all_frames": true,
            "run_at": "document_start"
        }
    ],
    "action": {
        "default_title": "selectext",
        "default_icon": {
            "16": "\/images\/16.png",
            "48": "\/images\/48.png",
            "128": "\/images\/128.png"
        },
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "images\/image.svg",
                "images\/copy.svg",
                "images\/camera.svg",
                "images\/128.png",
                "images\/selectext-128-icon.png",
                "login.html",
                "limit.html",
                "review.html",
                "shadow.css",
                "login.css"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "commands": {
        "copy-text-from-video": {
            "suggested_key": {
                "default": "Alt+S"
            },
            "description": "Copy Text from Video"
        },
        "copy-video-screenshot": {
            "suggested_key": {
                "default": "Alt+A"
            },
            "description": "Copy Video Screenshot"
        }
    }
}