Youtube Fullframe
This extension puts Youtube videos in full-frame mode.
What is Youtube Fullframe?
Youtube Fullframe is a Chrome extension developed by tmhall67, and its main feature is "This extension puts Youtube videos in full-frame mode.".
Download Youtube Fullframe Extension CRX File
Download Youtube Fullframe 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
This extension simply replaces the "watch?v=" with "v/" in a url to allow a Youtube video to play in a full browser window. This will also allow you to bypass the age restriction on Youtube videos.
Extension Basic Information
Name | ![]() |
ID | oehbhdjdmgjmcphdgkgemokffldeachf |
Official URL | https://chrome.google.com/webstore/detail/youtube-fullframe/oehbhdjdmgjmcphdgkgemokffldeachf |
Description | This extension puts Youtube videos in full-frame mode. |
File Size | 3.9 KB |
Installation Count | 63 |
Current Version | 0.7 |
Last Updated | 2014-06-01 |
Publish Date | 2014-06-01 |
Rating | 1.00/5 Total 1 Ratings |
Developer | tmhall67 |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Youtube Fullframe", "description": "This extension puts Youtube videos in full-frame mode.", "version": "0.7", "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "background": { "scripts": [ "onClick.js" ], "persisent": false }, "browser_action": { "default_icon": "icon.png" } } |