ytCropper Extension
This extension makes it easier to crop videos by only pressing the ytCropper button when seeing a video
什么是ytCropper Extension?
ytCropper Extension是由https://www.ytcropper.com开发的Chrome扩展程序,该扩展的主要功能是“This extension makes it easier to crop videos by only pressing the ytCropper button when seeing a video”。
扩展截图
下载ytCropper Extension扩展crx文件
下载ytCropper Extension扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This extension makes it easier to crop videos by only pressing the ytCropper button when seeing a YouTube video
扩展基本信息
名称 | |
ID | jbfhidppllclbgkeppjpfhnihhggjood |
官方URL | https://chromewebstore.google.com/detail/ytcropper-extension/jbfhidppllclbgkeppjpfhnihhggjood |
简介 | This extension makes it easier to crop videos by only pressing the ytCropper button when seeing a video |
文件大小 | 12.78 KB |
安装次数 | 181 |
当前版本 | 1.2 |
更新时间 | 2014-06-04 |
上架时间 | 2014-06-04 |
评分 | 2.71/5 共7次评分 |
开发者 | https://www.ytcropper.com |
付费类型 | free |
扩展官网 | http://www.ytcropper.com |
帮助页面URL | http://www.ytcropper.com/contact |
支持的语言 | es |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "ytCropper Extension", "description": "This extension makes it easier to crop videos by only pressing the ytCropper button when seeing a video", "version": "1.2", "page_action": { "default_icon": "icon.png" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "icons": { "128": "icon.png" }, "permissions": [ "tabs" ] } |