YouTube Windowed Fullscreen

This extension allows you to play YouTube videos fullscreen within your browser's window.

YouTube Windowed Fullscreen क्या है?

YouTube Windowed Fullscreen fredrikgjellesvik द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension allows you to play YouTube videos fullscreen within your browser's window."।

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

screenshot

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

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

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

                        When watching a video on YouTube, using this extension will play the video full screen within the browser's window.                    

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

नाम YouTube Windowed Fullscreen YouTube Windowed Fullscreen
ID iegaemeenabaiacgfdhjepmamefkejgm
आधिकारिक URL https://chromewebstore.google.com/detail/youtube-windowed-fullscre/iegaemeenabaiacgfdhjepmamefkejgm
विवरण This extension allows you to play YouTube videos fullscreen within your browser's window.
फ़ाइल का आकार 5.42 KB
स्थापना संख्या 196
वर्तमान संस्करण 1.0
अंतिम अपडेट 2016-10-11
प्रकाशन तिथि 2016-10-10
रेटिंग 2.60/5 कुल 5 रेटिंग्स
डेवलपर fredrikgjellesvik
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "YouTube Windowed Fullscreen",
    "description": "This extension allows you to play YouTube videos fullscreen within your browser's window.",
    "version": "1.0",
    "icons": {
        "48": "48icon.png",
        "128": "128icon.png"
    },
    "browser_action": {
        "default_icon": "icon.png"
    },
    "background": {
        "scripts": [
            "addressChange.js"
        ]
    },
    "permissions": [
        "tabs"
    ]
}