Youtube Resizer
Resize and move your youtube video to make it fit your screen
Hvad er Youtube Resizer?
Youtube Resizer er en Chrome-udvidelse udviklet af Jaemin Jo, og dens hovedfunktion er "Resize and move your youtube video to make it fit your screen".
Udvidelsesskærmbilleder
Download Youtube Resizer-udvidelses-CRX-fil
Download Youtube Resizer-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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".
Grundlæggende oplysninger om udvidelsen
Navn | Youtube Resizer |
ID | oeommpagcgphojijlogagaejiiahfnmm |
Officiel URL | https://chromewebstore.google.com/detail/youtube-resizer/oeommpagcgphojijlogagaejiiahfnmm |
Beskrivelse | Resize and move your youtube video to make it fit your screen |
Filstørrelse | 69.77 KB |
Antal Installationer | 1,801 |
Nuværende Version | 0.1.1 |
Senest Opdateret | 2015-07-05 |
Udgivelsesdato | 2015-07-04 |
Bedømmelse | 3.18/5 Samlet 44 Bedømmelser |
Udvikler | Jaemin Jo |
Betalingsmetode | free |
Understøttede Sprog | 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 } } |