Full Screen for YouTube

Opens the YouTube link over the entire page using the YouTube embed url.

What is Full Screen for YouTube?

Full Screen for YouTube is a Chrome extension developed by Kees C. Bakker, and its main feature is "Opens the YouTube link over the entire page using the YouTube embed url.".

Extension Screenshots

screenshot
screenshot

Download Full Screen for YouTube Extension CRX File

Download Full Screen for YouTube 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

                        Opens the YouTube link over the entire page using the YouTube embed url. Works even better with DeskPins (www.softpedia.com/get/Desktop-Enhancements/Other-Desktop-Enhancements/DeskPins.shtml) to keep the page on top.                    

Extension Basic Information

Name Full Screen for YouTube Full Screen for YouTube
ID nnfllbclchoppelnicmgnnepjpimbjoh
Official URL https://chrome.google.com/webstore/detail/full-screen-for-youtube/nnfllbclchoppelnicmgnnepjpimbjoh
Description Opens the YouTube link over the entire page using the YouTube embed url.
File Size 20.71 KB
Installation Count 415
Current Version 0.1.2
Last Updated 2019-08-25
Publish Date 2019-08-25
Rating 4.54/5 Total 13 Ratings
Developer Kees C. Bakker
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Full Screen for YouTube",
    "short_name": "YTFS",
    "version": "0.1.2",
    "author": "Kees C. Bakker",
    "description": "Opens the YouTube link over the entire page using the YouTube embed url.",
    "page_action": {
        "default_title": "YouTube Full Screen",
        "default_icon": "images\/icon.png"
    },
    "content_security_policy": "script-src  'self' 'unsafe-eval';object-src  'self';",
    "permissions": [
        "storage",
        "tabs",
        "http:\/\/www.youtube.com\/",
        "https:\/\/www.youtube.com\/"
    ],
    "background": {
        "scripts": [
            "YTFS.js"
        ]
    },
    "icons": {
        "16": "images\/icon.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    }
}