Window Expander For YouTube
Expands the YouTube Video to fill your entire web browser Window.
Qu'est-ce que Window Expander For YouTube ?
Window Expander For YouTube est une extension Chrome développée par https://conzar.freewebhost.co.nz, et sa fonction principale est "Expands the YouTube Video to fill your entire web browser Window.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Window Expander For YouTube
Téléchargez les fichiers d'extension Window Expander For YouTube au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
The Window Expander for YouTube maximizes YouTube videos in the web browser eliminating all white space and other texts. This is different then the fullscreen button in that it does not change the size of the actual browser window, it just fills the window with video. This is particularly useful for multiple monitor setups. Version 2.3 adds support for HTML5. Note, the features such as setting resolution currently do not work with HTML5 videos; however, expanding and minimizing does work. Version 2.2 removes a popup when the resolution of the video could not be found. Its a result of my debugging a previous problem. Version 2.1 added support for https. Version 2.0 fixed the quality not being set properly on expanded windows bug. Version 1.7 new features: you can now set a preferred quality level for YouTube Videos. The options include small, medium, large, 720p, and 1080p.
Informations de Base sur l'Extension
Nom | Window Expander For YouTube |
ID | fkpaakpeehepibjpdmoocdaonognfiog |
URL Officiel | https://chromewebstore.google.com/detail/window-expander-for-youtu/fkpaakpeehepibjpdmoocdaonognfiog |
Description | Expands the YouTube Video to fill your entire web browser Window. |
Taille du Fichier | 179 KB |
Nombre d'Installations | 27,310 |
Version Actuelle | 2.3 |
Dernière Mise à Jour | 2014-06-21 |
Date de Publication | 2014-06-21 |
Évaluation | 4.02/5 Total 413 Évaluations |
Développeur | https://conzar.freewebhost.co.nz |
Type de Paiement | free |
Site Web de l'Extension | http://sourceforge.net/projects/windowexpander/ |
URL de la Page d'Aide | http://sourceforge.net/projects/windowexpander/forums/forum/1186898 |
Langues Prises en Charge | en |
manifest.json | |
{ "page_action": { "default_icon": "YouTubeWindowExpander_25x25.png" }, "web_accessible_resources": [ "resolution.js" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "Expands the YouTube Video to fill your entire web browser Window.", "background": { "scripts": [ "eventPage.js" ], "persistent": false }, "name": "Window Expander For YouTube", "permissions": [ "tabs", "http:\/\/www.youtube.com\/*", "https:\/\/www.youtube.com\/*" ], "options_page": "options.html", "icons": { "48": "YouTubeWindowExpander_48x48.png", "128": "YouTubeWindowExpander_128x128.png", "16": "YouTubeWindowExpander_16x16.png" }, "manifest_version": 2, "version": "2.3" } |