YT Mirror
YT Mirror adds a new 'mirror' button to the YouTube player, allowing you to horizontally flip videos effortlessly.
Was ist YT Mirror?
YT Mirror ist eine Chrome-Erweiterung, die von cholodymedia entwickelt wurde, und ihr Hauptmerkmal ist "YT Mirror adds a new 'mirror' button to the YouTube player, allowing you to horizontally flip videos effortlessly.".
Erweiterungsscreenshots
YT Mirror-Erweiterungs-CRX-Datei herunterladen
Laden Sie YT Mirror-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | nokjcgeafjfhlbclmmgfeiiebgjfollb |
| Offizielle URL | https://chromewebstore.google.com/detail/yt-mirror/nokjcgeafjfhlbclmmgfeiiebgjfollb |
| Beschreibung | YT Mirror adds a new 'mirror' button to the YouTube player, allowing you to horizontally flip videos effortlessly. |
| Dateigröße | 9.12 KB |
| Installationsanzahl | 11,857 |
| Aktuelle Version | 1.1.7 |
| Letztes Update | 2023-07-11 |
| Veröffentlichungsdatum | 2021-09-19 |
| Bewertung | 4.75/5 Insgesamt 20 Bewertungen |
| Entwickler | cholodymedia |
| [email protected] | |
| Zahlungsart | free |
| Unterstützte Sprachen | 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"
]
}
]
} | |