Youtube Clip Builder

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

Youtube Clip Builderとは何ですか?

Youtube Clip BuilderはQvsNPによって開発されたChromeの拡張機能で、その主な機能は「Helps to build a short clip from the current viewed youtube video.」です。

拡張機能のスクリーンショット

screenshot

Youtube Clip Builder拡張機能のCRXファイルをダウンロード

Youtube Clip Builder拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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                    

拡張機能の基本情報

名前 Youtube Clip Builder Youtube Clip Builder
ID cgdgnkkknckpbebomffdhhoklfgddacg
公式URL https://chromewebstore.google.com/detail/youtube-clip-builder/cgdgnkkknckpbebomffdhhoklfgddacg
説明 Helps to build a short clip from the current viewed youtube video.
ファイルサイズ 106 KB
インストール数 761
現在のバージョン 1.1
最終更新日 2017-02-17
公開日 2017-02-17
評価 3.08/5 合計 12 レビュー
開発者 QvsNP
支払い方法 free
対応言語 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"
    ]
}