Video Rotater
Rotate the Video Player to the angle you desire.
O que é Video Rotater?
Video Rotater é uma extensão do Chrome desenvolvida por eccentricjinp, e sua principal característica é "Rotate the Video Player to the angle you desire.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Video Rotater
Baixe arquivos de extensão Video Rotater no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | Video Rotater |
ID | fmeabdadndledapjgaaheekjneoibhlp |
URL Oficial | https://chromewebstore.google.com/detail/video-rotater/fmeabdadndledapjgaaheekjneoibhlp |
Descrição | Rotate the Video Player to the angle you desire. |
Tamanho do Arquivo | 11.42 KB |
Contagem de Instalações | 2,043 |
Versão Atual | 1.2 |
Última Atualização | 2022-07-16 |
Data de Publicação | 2021-09-10 |
Classificação | 4.20/5 Total de 20 Avaliações |
Desenvolvedor | eccentricjinp |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | 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." } } } |