YouTube Screenshot
Allows you to take screenshot of the video and save it instantly to your disk
Что такое YouTube Screenshot?
YouTube Screenshot - это расширение Chrome, разработанное Pranav Acharya, и его основная функция - "Allows you to take screenshot of the video and save it instantly to your disk".
Снимки экрана расширения
Скачать файл CRX расширения YouTube Screenshot
Скачайте файлы расширений YouTube Screenshot в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Click on the Capture button to capture the current frame of a youtube video as an image and save it instantly to disk. Основная информация о расширении
| Название | |
| ID | admjdaoijfccdllogfnddnllkghmkpfb |
| Официальный URL | https://chromewebstore.google.com/detail/youtube-screenshot/admjdaoijfccdllogfnddnllkghmkpfb |
| Описание | Allows you to take screenshot of the video and save it instantly to your disk |
| Размер файла | 3.87 KB |
| Количество установок | 4,627 |
| Текущая Версия | 1.4 |
| Последнее Обновление | 2017-01-08 |
| Дата публикации | 2017-01-07 |
| Рейтинг | 2.23/5 Всего 40 оценок |
| Разработчик | Pranav Acharya |
| Тип оплаты | free |
| Поддерживаемые языки | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "YouTube Screenshot",
"version": "1.4",
"description": "Allows you to take screenshot of the video and save it instantly to your disk",
"content_scripts": [
{
"matches": [
"https:\/\/www.youtube.com\/*"
],
"js": [
"page.js"
]
}
],
"manifest_version": 2
} | |