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.”。
扩展截图
下载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 |
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" ] } |