Video Expand
Expands YouTube videos to fill your web browser window.
What is Video Expand?
Video Expand is a Chrome extension developed by Awesome, and its main feature is "Expands YouTube videos to fill your web browser window.".
Extension Screenshots
Download Video Expand Extension CRX File
Download Video Expand 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
Extension Basic Information
Name | Video Expand |
ID | nipckkeelhekmngnbhhdkakjjlfkilpc |
Official URL | https://chromewebstore.google.com/detail/video-expand/nipckkeelhekmngnbhhdkakjjlfkilpc |
Description | Expands YouTube videos to fill your web browser window. |
File Size | 8.81 KB |
Installation Count | 393 |
Current Version | 1.0 |
Last Updated | 2016-05-13 |
Publish Date | 2016-05-13 |
Rating | 3.25/5 Total 4 Ratings |
Developer | Awesome |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Video Expand", "version": "1.0", "description": "Expands YouTube videos to fill your web browser window.", "icons": { "16": "icons\/icon_16x16.png", "48": "icons\/icon_48x48.png", "128": "icons\/icon_128x128.png" }, "page_action": { "default_icon": "icons\/pa_expand.png", "default_title": "expand" }, "background": { "scripts": [ "js\/background.js" ] }, "content_scripts": [ { "matches": [ "*:\/\/www.youtube.com\/watch?*" ], "css": [ "css\/expand.css" ] } ], "permissions": [ "tabs", "*:\/\/www.youtube.com\/watch?*" ], "manifest_version": 2 } |