Responsive YouTube
Automatically switch YouTube to theater mode and size videos to fill your entire browser window.
Hvad er Responsive YouTube?
Responsive YouTube er en Chrome-udvidelse udviklet af Blaise Kal, og dens hovedfunktion er "Automatically switch YouTube to theater mode and size videos to fill your entire browser window.".
Download Responsive YouTube-udvidelses-CRX-fil
Download Responsive YouTube-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
• Automatically switch to theater mode. • Use all available space in your browser window to display the video as large as possible. • Scroll down to see the video details, comments and related videos.
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | fchofanjgpjojphfdpakbdliemmmhnoi |
Officiel URL | https://chrome.google.com/webstore/detail/responsive-youtube/fchofanjgpjojphfdpakbdliemmmhnoi |
Beskrivelse | Automatically switch YouTube to theater mode and size videos to fill your entire browser window. |
Filstørrelse | 6.43 KB |
Antal Installationer | 10 |
Nuværende Version | 1.3.1 |
Senest Opdateret | 2018-02-23 |
Udgivelsesdato | 2018-02-23 |
Bedømmelse | 1.00/5 Samlet 1 Bedømmelser |
Udvikler | Blaise Kal |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Responsive YouTube", "version": "1.3.1", "description": "Automatically switch YouTube to theater mode and size videos to fill your entire browser window.", "icons": { "48": "icons\/icon-48.png", "96": "icons\/icon-96.png" }, "content_scripts": [ { "matches": [ "https:\/\/youtube.com\/*", "https:\/\/*.youtube.com\/*" ], "js": [ "responsiveyoutube.js" ] } ] } |