Youtube Clip Builder

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

Wat is Youtube Clip Builder?

Youtube Clip Builder is een Chrome-extensie ontwikkeld door QvsNP, en de belangrijkste functie is "Helps to build a short clip from the current viewed youtube video.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Youtube Clip Builder

Download Youtube Clip Builder-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Youtube Clip Builder Youtube Clip Builder
ID cgdgnkkknckpbebomffdhhoklfgddacg
Officiële URL https://chromewebstore.google.com/detail/youtube-clip-builder/cgdgnkkknckpbebomffdhhoklfgddacg
Beschrijving Helps to build a short clip from the current viewed youtube video.
Bestandsgrootte 106 KB
Aantal Installaties 761
Huidige Versie 1.1
Laatst Bijgewerkt 2017-02-17
Publicatiedatum 2017-02-17
Beoordeling 3.08/5 Totaal 12 Beoordelingen
Ontwikkelaar QvsNP
Betalingswijze free
Ondersteunde Talen 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"
    ]
}