FullTube

Enlarge YouTube videos to fill the whole tab.

What is FullTube?

FullTube is a Chrome extension developed by ijanos, and its main feature is "Enlarge YouTube videos to fill the whole tab.".

Extension Screenshots

screenshot

Download FullTube Extension CRX File

Download FullTube 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

                        Fill the whole tab with a YouTube video without making it fullscreen.                    

Extension Basic Information

Name FullTube FullTube
ID nmabgnejfbfgjdifjflceagbglmllefe
Official URL https://chromewebstore.google.com/detail/fulltube/nmabgnejfbfgjdifjflceagbglmllefe
Description Enlarge YouTube videos to fill the whole tab.
File Size 4.65 KB
Installation Count 28
Current Version 1.0
Last Updated 2016-05-01
Publish Date 2016-05-01
Rating 3.00/5 Total 2 Ratings
Developer ijanos
Email [email protected]
Payment Type free
Extension Website https://github.com/ijanos/fulltube
Help Page URL https://github.com/ijanos/fulltube/issues
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "FullTube",
    "version": "1.0",
    "description": "Enlarge YouTube videos to fill the whole tab.",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "page_action": {
        "default_icon": "icon-128.png",
        "default_title": "Enlarge video"
    },
    "permissions": [
        "declarativeContent",
        "activeTab"
    ],
    "icons": {
        "128": "icon-128.png"
    },
    "manifest_version": 2
}