YT Mirror
YT Mirror adds a new 'mirror' button to the YouTube player, allowing you to horizontally flip videos effortlessly.
Cos'è YT Mirror?
YT Mirror è un'estensione di Chrome sviluppata da cholodymedia, e la sua funzione principale è "YT Mirror adds a new 'mirror' button to the YouTube player, allowing you to horizontally flip videos effortlessly.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione YT Mirror
Scarica i file di estensione YT Mirror in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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. Informazioni di Base sull'Estensione
| Nome | |
| ID | nokjcgeafjfhlbclmmgfeiiebgjfollb |
| URL Ufficiale | https://chromewebstore.google.com/detail/yt-mirror/nokjcgeafjfhlbclmmgfeiiebgjfollb |
| Descrizione | YT Mirror adds a new 'mirror' button to the YouTube player, allowing you to horizontally flip videos effortlessly. |
| Dimensione del File | 9.12 KB |
| Conteggio Installazioni | 11,857 |
| Versione Corrente | 1.1.7 |
| Ultimo Aggiornamento | 2023-07-11 |
| Data di Pubblicazione | 2021-09-19 |
| Valutazione | 4.75/5 Totale 20 Valutazioni |
| Sviluppatore | cholodymedia |
| [email protected] | |
| Tipo di Pagamento | free |
| Lingue Supportate | 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"
]
}
]
} | |