AnyWeb Youtube Fullwindow mode

Watch youtube videos in full window mode from any website

What is AnyWeb Youtube Fullwindow mode?

AnyWeb Youtube Fullwindow mode is a Chrome extension developed by https://myhackspace.blogspot.com, and its main feature is "Watch youtube videos in full window mode from any website".

Extension Screenshots

screenshot
screenshot
screenshot

Download AnyWeb Youtube Fullwindow mode Extension CRX File

Download AnyWeb Youtube Fullwindow mode extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Watch youtube videos in full window mode from any website. This will not affect your other activities, yet, you get to see videos in fullscreen.                    

Extension Basic Information

Name AnyWeb Youtube Fullwindow mode AnyWeb Youtube Fullwindow mode
ID pejfnhofiobipecfihimnfkhbffgfcba
Official URL https://chromewebstore.google.com/detail/anyweb-youtube-fullwindow/pejfnhofiobipecfihimnfkhbffgfcba
Description Watch youtube videos in full window mode from any website
File Size 67.56 KB
Installation Count 204
Current Version 1.0.4
Last Updated 2015-10-12
Publish Date 2015-10-12
Rating 3.00/5 Total 4 Ratings
Developer https://myhackspace.blogspot.com
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "AnyWeb Youtube Fullwindow mode",
    "version": "1.0.4",
    "manifest_version": 2,
    "description": "Watch youtube videos in full window mode from any website",
    "homepage_url": "http:\/\/stalingino.blogspot.com",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "jquery.min.js",
                "inject.js"
            ]
        }
    ]
}