Fullvideo
Expand video to full window
What is Fullvideo?
Fullvideo is a Chrome extension developed by Rane.io, and its main feature is "Expand video to full window".
Extension Screenshots
Download Fullvideo Extension CRX File
Download Fullvideo 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
Expand video to full window. Supported sites: - Youtube - Yle Areena - Katsomo (beta)
Extension Basic Information
Name | Fullvideo |
ID | iionkonfaiahmciblcgjidknllcimdpj |
Official URL | https://chromewebstore.google.com/detail/fullvideo/iionkonfaiahmciblcgjidknllcimdpj |
Description | Expand video to full window |
File Size | 15.51 KB |
Installation Count | 51 |
Current Version | 1.0 |
Last Updated | 2017-04-13 |
Publish Date | 2017-04-13 |
Rating | 5.00/5 Total 1 Ratings |
Developer | Rane.io |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Fullvideo", "description": "Expand video to full window", "version": "1.0", "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": { "19": "images\/icon19.png", "38": "images\/icon38.png" } }, "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "permissions": [ "tabs", "activeTab" ] } |