YouTube Video Expander

Embeds the current YouTube video within the entire Chrome window.

YouTube Video Expander क्या है?

YouTube Video Expander wilmol द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Embeds the current YouTube video within the entire Chrome window."।

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

screenshot
screenshot

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

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

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

                        Fills the browser with the current YouTube video on click of the extension icon. 

This is different to the full-screen option which fills the entire monitor. 

This will benefit you if you don't use multiple monitors and enjoy having your chrome browser next to other applications such as other websites, office applications, games etc.

See the before and after screenshots for an example.                    

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

नाम YouTube Video Expander YouTube Video Expander
ID mmpkmmpdkbngpahhmgljkjcpfjnodlnc
आधिकारिक URL https://chromewebstore.google.com/detail/youtube-video-expander/mmpkmmpdkbngpahhmgljkjcpfjnodlnc
विवरण Embeds the current YouTube video within the entire Chrome window.
फ़ाइल का आकार 5.06 KB
स्थापना संख्या 396
वर्तमान संस्करण 0.0.0.4
अंतिम अपडेट 2017-04-20
प्रकाशन तिथि 2017-04-19
रेटिंग 3.25/5 कुल 4 रेटिंग्स
डेवलपर wilmol
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://github.com/wilmol
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "YouTube Video Expander",
    "version": "0.0.0.4",
    "manifest_version": 2,
    "description": "Embeds the current YouTube video within the entire Chrome window.",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_title": "",
        "default_icon": "icon.png"
    },
    "permissions": [
        "tabs"
    ]
}