Window Expander For YouTube

Expands the YouTube Video to fill your entire web browser Window.

Window Expander For YouTube क्या है?

Window Expander For YouTube https://conzar.freewebhost.co.nz द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Expands the YouTube Video to fill your entire web browser Window."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Window Expander For YouTube एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम Window Expander For YouTube Window Expander For YouTube
ID fkpaakpeehepibjpdmoocdaonognfiog
आधिकारिक URL https://chromewebstore.google.com/detail/window-expander-for-youtu/fkpaakpeehepibjpdmoocdaonognfiog
विवरण Expands the YouTube Video to fill your entire web browser Window.
फ़ाइल का आकार 179 KB
स्थापना संख्या 27,310
वर्तमान संस्करण 2.3
अंतिम अपडेट 2014-06-21
प्रकाशन तिथि 2014-06-21
रेटिंग 4.02/5 कुल 413 रेटिंग्स
डेवलपर https://conzar.freewebhost.co.nz
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://sourceforge.net/projects/windowexpander/
सहायता पृष्ठ URL http://sourceforge.net/projects/windowexpander/forums/forum/1186898
समर्थित भाषाएँ 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"
}