Video Controller

Control your online videos. Send videos to VLC or play in a new tab with 1 click.

What is Video Controller?

Video Controller is a Chrome extension developed by https://videocontroller.info, and its main feature is "Control your online videos. Send videos to VLC or play in a new tab with 1 click.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Video Controller Extension CRX File

Download Video Controller 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

                        Control online videos. Send videos to VLC or play in a new tab with 1 click. View any video in full screen. Avoid ad's, video restrictions and resource hungry websites.                    

Extension Basic Information

Name Video Controller Video Controller
ID fdildbomkhmgcpicmkbnmpnbfpgcmifm
Official URL https://chromewebstore.google.com/detail/video-controller/fdildbomkhmgcpicmkbnmpnbfpgcmifm
Description Control your online videos. Send videos to VLC or play in a new tab with 1 click.
File Size 656 KB
Installation Count 380
Current Version 0.0.18
Last Updated 2021-10-04
Publish Date 2021-10-04
Developer https://videocontroller.info
Email [email protected]
Payment Type free
Extension Website https://www.videocontroller.info/
Help Page URL https://www.videocontroller.info/contact
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background\/runtime.js",
            "background\/background.js"
        ]
    },
    "content_scripts": [],
    "content_security_policy": "script-src 'self' blob:; object-src 'self';",
    "default_locale": "en",
    "description": "__MSG_extension_description__",
    "icons": {
        "48": "icon\/icon.png"
    },
    "manifest_version": 2,
    "name": "__MSG_extension_name__",
    "options_ui": {
        "page": "options\/options.html"
    },
    "page_action": {
        "default_icon": "icon\/page_action_default.png",
        "default_popup": "popup\/popup.html",
        "default_title": "__MSG_title_page_action_default__"
    },
    "permissions": [
        "",
        "storage",
        "webRequest",
        "webNavigation"
    ],
    "version": "0.0.18"
}