ytCropper Extension
This extension makes it easier to crop videos by only pressing the ytCropper button when seeing a video
What is ytCropper Extension?
ytCropper Extension is a Chrome extension developed by https://www.ytcropper.com, and its main feature is "This extension makes it easier to crop videos by only pressing the ytCropper button when seeing a video".
Extension Screenshots
Download ytCropper Extension Extension CRX File
Download ytCropper Extension 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
This extension makes it easier to crop videos by only pressing the ytCropper button when seeing a YouTube video
Extension Basic Information
Name | |
ID | jbfhidppllclbgkeppjpfhnihhggjood |
Official URL | https://chromewebstore.google.com/detail/ytcropper-extension/jbfhidppllclbgkeppjpfhnihhggjood |
Description | This extension makes it easier to crop videos by only pressing the ytCropper button when seeing a video |
File Size | 12.78 KB |
Installation Count | 181 |
Current Version | 1.2 |
Last Updated | 2014-06-04 |
Publish Date | 2014-06-04 |
Rating | 2.71/5 Total 7 Ratings |
Developer | https://www.ytcropper.com |
Payment Type | free |
Extension Website | http://www.ytcropper.com |
Help Page URL | http://www.ytcropper.com/contact |
Supported Languages | 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" ] } |