YT Mirror
YT Mirror adds a new 'mirror' button to the YouTube player, allowing you to horizontally flip videos effortlessly.
O que é YT Mirror?
YT Mirror é uma extensão do Chrome desenvolvida por cholodymedia, e sua principal característica é "YT Mirror adds a new 'mirror' button to the YouTube player, allowing you to horizontally flip videos effortlessly.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão YT Mirror
Baixe arquivos de extensão YT Mirror 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
This extension seamlessly integrates with the YouTube player, placing a convenient "mirror" button alongside the native controls. With a single click, your video instantly reflects a mirror image. 🔒 YT Mirror respects your privacy - no browsing history or private data is collected.
Informações Básicas da Extensão
Nome | YT Mirror |
ID | nokjcgeafjfhlbclmmgfeiiebgjfollb |
URL Oficial | https://chromewebstore.google.com/detail/yt-mirror/nokjcgeafjfhlbclmmgfeiiebgjfollb |
Descrição | YT Mirror adds a new 'mirror' button to the YouTube player, allowing you to horizontally flip videos effortlessly. |
Tamanho do Arquivo | 9.12 KB |
Contagem de Instalações | 11,857 |
Versão Atual | 1.1.7 |
Última Atualização | 2023-07-11 |
Data de Publicação | 2021-09-19 |
Classificação | 4.75/5 Total de 20 Avaliações |
Desenvolvedor | cholodymedia |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "YT Mirror", "description": "YT Mirror adds a new 'mirror' button to the YouTube player, allowing you to horizontally flip videos effortlessly.", "version": "1.1.7", "icons": { "16": "icons\/icon_16.png", "32": "icons\/icon_32.png", "96": "icons\/icon_96.png", "128": "icons\/icon_128.png" }, "action": { "default_title": "YT Mirror", "default_icon": "icons\/icon_32.png" }, "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/*" ], "js": [ "content.js" ] } ] } |