Video Rotater
Rotate the Video Player to the angle you desire.
Что такое Video Rotater?
Video Rotater - это расширение Chrome, разработанное eccentricjinp, и его основная функция - "Rotate the Video Player to the angle you desire.".
Снимки экрана расширения
Скачать файл CRX расширения Video Rotater
Скачайте файлы расширений Video Rotater в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
1. It is completely free.
2. Tested on the Youtube and other play page.
3. Press Ctrl+C to rotate the player in full screen.
4. Enjoy.
Update log:
2021/12/07: Tested on more play pages, mainly Youtube player.
2022/07/15: Bug fixed. Основная информация о расширении
| Название | |
| ID | fmeabdadndledapjgaaheekjneoibhlp |
| Официальный URL | https://chromewebstore.google.com/detail/video-rotater/fmeabdadndledapjgaaheekjneoibhlp |
| Описание | Rotate the Video Player to the angle you desire. |
| Размер файла | 11.42 KB |
| Количество установок | 2,043 |
| Текущая Версия | 1.2 |
| Последнее Обновление | 2022-07-16 |
| Дата публикации | 2021-09-10 |
| Рейтинг | 4.20/5 Всего 20 оценок |
| Разработчик | eccentricjinp |
| Электронная почта | [email protected] |
| Тип оплаты | free |
| Поддерживаемые языки | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Video Rotater",
"description": "Rotate the Video Player to the angle you desire.",
"version": "1.2",
"manifest_version": 3,
"permissions": [
"activeTab",
"scripting"
],
"background": {
"service_worker": "background.js"
},
"action": {
"default_icon": "icon.png"
},
"commands": {
"_execute_action": {
"suggested_key": {
"default": "Ctrl+R",
"mac": "MacCtrl+R"
},
"description": "Rotate the Video Player."
}
}
} | |