YT Clipper

This extension will help create YouTube clips by sending clip start, stop, and titles to server.

What is YT Clipper?

YT Clipper is a Chrome extension developed by roblee357, and its main feature is "This extension will help create YouTube clips by sending clip start, stop, and titles to server.".

Extension Screenshots

Download YT Clipper Extension CRX File

Download YT Clipper 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

                        Can be useful in creating a training dataset.                    

Extension Basic Information

Name YT Clipper YT Clipper
ID dbphcgefoicnofkngjonipaoonggnphj
Official URL https://chromewebstore.google.com/detail/yt-clipper/dbphcgefoicnofkngjonipaoonggnphj
Description This extension will help create YouTube clips by sending clip start, stop, and titles to server.
File Size 773 KB
Installation Count 42
Current Version 1.0
Last Updated 2021-06-10
Publish Date 2021-06-09
Developer roblee357
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "YT Clipper",
    "description": "This extension will help create YouTube clips by sending clip start, stop, and titles to server.",
    "version": "1.0",
    "browser_action": {
        "default_title": "YT Clipper",
        "default_icon": "images\/icon128.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "js": [
                "js\/content.js"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ],
    "permissions": [
        "tabs",
        ""
    ]
}