WebExtension.net
WebExtension.net

YouTube Toggle Fullscreen

View on Chrome Web Store
View YouTube Toggle Fullscreen Chrome Extension on Chrome Web Store
4.7 (6 ratings)

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Click to go fullscreen (+ HD); click again to exit fullscreen.
Type
Extension
Users
166 users
1
Rob W
View author page of Rob W
Published
Published on June 23, 2016
Version 1.3
Manifest version
2
Updated
Updated on September 12, 2017
View on Chrome Web Store
View YouTube Toggle Fullscreen Chrome Extension on Chrome Web Store
productivity/workflow
Extension Category

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "YouTube Toggle Fullscreen",
    "description": "Click to go fullscreen (+ HD); click again to exit fullscreen.",
    "version": "1.3",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "run_at": "document_idle",
            "js": [
                "contentscript.js"
            ],
            "css": [
                "youtube-fullscreen.css"
            ],
            "matches": [
                "*:\/\/www.youtube.com\/*"
            ]
        }
    ],
    "permissions": [
        "storage",
        "*:\/\/www.youtube.com\/*"
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "page_action": {
        "default_icon": {
            "19": "icon19.png",
            "38": "icon38.png"
        },
        "default_title": "Toggle fullscreen"
    },
    "commands": {
        "toggle-fullscreen": {
            "description": "Toggle fullscreen on YouTube"
        }
    },
    "minimum_chrome_version": "46",
    "options_page": "options.html"
}
WebExtension.net

Track and analyze Chrome Web Store extensions with comprehensive analytics and insights.

© 2024 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top