Youtube Resizer
Resize and move your youtube video to make it fit your screen
Was ist Youtube Resizer?
Youtube Resizer ist eine Chrome-Erweiterung, die von Jaemin Jo entwickelt wurde, und ihr Hauptmerkmal ist "Resize and move your youtube video to make it fit your screen".
Erweiterungsscreenshots
Youtube Resizer-Erweiterungs-CRX-Datei herunterladen
Laden Sie Youtube Resizer-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
Annoyed by unnecessary margins in YouTube videos? You can now resize and move the video to make it fit your screen! * This extension does not resize the "frame" of YouTube player but resizes the video inside the player. 1. Go to a video page on YouTube. 2. Click the app icon. 3. Set the Resizing switch to "on" and configure settings to make the video fit your screen. You can use the mouse wheel to set the values. 4. The settings are automatically applied to the next video. If you want to turn it off, set the Resizing switch to "off".
Grundlegende Informationen zur Erweiterung
Name | Youtube Resizer |
ID | oeommpagcgphojijlogagaejiiahfnmm |
Offizielle URL | https://chromewebstore.google.com/detail/youtube-resizer/oeommpagcgphojijlogagaejiiahfnmm |
Beschreibung | Resize and move your youtube video to make it fit your screen |
Dateigröße | 69.77 KB |
Installationsanzahl | 1,801 |
Aktuelle Version | 0.1.1 |
Letztes Update | 2015-07-05 |
Veröffentlichungsdatum | 2015-07-04 |
Bewertung | 3.18/5 Insgesamt 44 Bewertungen |
Entwickler | Jaemin Jo |
Zahlungsart | free |
Unterstützte Sprachen | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Youtube Resizer", "version": "0.1.1", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "description": "Resize and move your youtube video to make it fit your screen", "browser_action": { "default_icon": "icon-normal.png", "default_title": "Youtube Resizer", "default_popup": "popup.html" }, "permissions": [ "activeTab", "webNavigation", "http:\/\/www.youtube.com\/*", "https:\/\/www.youtube.com\/*" ], "background": { "scripts": [ "background.js" ], "persistent": false } } |