CopyText - Copy Text From Videos for FREE

Copies text from YouTube videos in one click.

What is CopyText - Copy Text From Videos for FREE?

CopyText - Copy Text From Videos for FREE is a Chrome extension developed by jatinpal4014, and its main feature is "Copies text from YouTube videos in one click.".

Extension Screenshots

screenshot

Download CopyText - Copy Text From Videos for FREE Extension CRX File

Download CopyText - Copy Text From Videos for FREE 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

                        Adds a button on the youtube page that lets you Easily Copy Text From Youtube Videos on user click.                    

Extension Basic Information

Name CopyText - Copy Text From Videos for FREE CopyText - Copy Text From Videos for FREE
ID ocengibfhpjdknglagfkepdhnkmgifdm
Official URL https://chromewebstore.google.com/detail/copytext-copy-text-from-v/ocengibfhpjdknglagfkepdhnkmgifdm
Description Copies text from YouTube videos in one click.
File Size 88.38 KB
Installation Count 136
Current Version 1.121
Last Updated 2022-10-31
Publish Date 2022-10-30
Rating 3.00/5 Total 2 Ratings
Developer jatinpal4014
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "CopyText - Copy Text From Videos for FREE",
    "description": "Copies text from YouTube videos in one click.",
    "version": "1.121",
    "icons": {
        "128": "96.png"
    },
    "action": {
        "default_title": "CopyText - Copy Text From Videos for FREE",
        "default_popup": "home.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.youtube.com\/*"
            ],
            "css": [
                "test.css"
            ],
            "js": [
                "home.js"
            ]
        }
    ],
    "background": {
        "service_worker": "back.js"
    },
    "permissions": [
        "clipboardWrite"
    ]
}