Video Fullscreen
Watch video in fullscreen
What is Video Fullscreen?
Video Fullscreen is a Chrome extension developed by Unknown, and its main feature is "Watch video in fullscreen".
Extension Screenshots
Download Video Fullscreen Extension CRX File
Download Video Fullscreen 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 makes html5 videos play in fullscreen
Extension Basic Information
Name | Video Fullscreen |
ID | djeeealmnenojbdmkocimooihdfjblli |
Official URL | https://chromewebstore.google.com/detail/video-fullscreen/djeeealmnenojbdmkocimooihdfjblli |
Description | Watch video in fullscreen |
File Size | 8.49 KB |
Installation Count | 1,022 |
Current Version | 0.0.0.1 |
Last Updated | 2019-06-16 |
Publish Date | 2019-06-15 |
Rating | 3.88/5 Total 8 Ratings |
Developer | Unknown |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Video Fullscreen", "description": "Watch video in fullscreen", "version": "0.0.0.1", "icons": { "128": "assets\/icon128.png" }, "background": { "persistent": false, "scripts": [ "background.js" ] }, "browser_action": { "default_icon": { "19": "assets\/icon19.png", "38": "assets\/icon38.png" } }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "permissions": [ "activeTab" ], "minimum_chrome_version": "69.0.3483.0", "manifest_version": 2 } |