Youtube Clip Builder

Helps to build a short clip from the current viewed youtube video.

What is Youtube Clip Builder?

Youtube Clip Builder is a Chrome extension developed by QvsNP, and its main feature is "Helps to build a short clip from the current viewed youtube video.".

Extension Screenshots

screenshot

Download Youtube Clip Builder Extension CRX File

Download Youtube Clip Builder 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

                        Did you ever want to share a cool youtube clip with you friend.
Youtube Clip Builder will help you out, its A small extension that helps to create youtube clips from the current video on youtube.

The Code is open Source https://github.com/Draxu/YoutubeClipBuilder                    

Extension Basic Information

Name Youtube Clip Builder Youtube Clip Builder
ID cgdgnkkknckpbebomffdhhoklfgddacg
Official URL https://chromewebstore.google.com/detail/youtube-clip-builder/cgdgnkkknckpbebomffdhhoklfgddacg
Description Helps to build a short clip from the current viewed youtube video.
File Size 106 KB
Installation Count 761
Current Version 1.1
Last Updated 2017-02-17
Publish Date 2017-02-17
Rating 3.08/5 Total 12 Ratings
Developer QvsNP
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Youtube Clip Builder",
    "version": "1.1",
    "manifest_version": 2,
    "description": "Helps to build a short clip from the current viewed youtube video.",
    "browser_action": {
        "default_icon": "favi.png",
        "default_popup": "popup.html",
        "default_title": "Click here!"
    },
    "permissions": [
        "http:\/\/www.youtube.com\/",
        "activeTab"
    ]
}