ytCropper Extension
This extension makes it easier to crop videos by only pressing the ytCropper button when seeing a video
Что такое ytCropper Extension?
ytCropper Extension - это расширение Chrome, разработанное https://www.ytcropper.com, и его основная функция - "This extension makes it easier to crop videos by only pressing the ytCropper button when seeing a video".
Снимки экрана расширения
Скачать файл CRX расширения ytCropper Extension
Скачайте файлы расширений 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" ] } |