Video Controller

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

什么是Video Controller?

Video Controller是由https://videocontroller.info开发的Chrome扩展程序,该扩展的主要功能是“Control your online videos. Send videos to VLC or play in a new tab with 1 click.”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载Video Controller扩展crx文件

下载Video Controller扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Video Controller Video Controller
ID fdildbomkhmgcpicmkbnmpnbfpgcmifm
官方URL https://chromewebstore.google.com/detail/video-controller/fdildbomkhmgcpicmkbnmpnbfpgcmifm
简介 Control your online videos. Send videos to VLC or play in a new tab with 1 click.
文件大小 656 KB
安装次数 380
当前版本 0.0.18
更新时间 2021-10-04
上架时间 2021-10-04
开发者 https://videocontroller.info
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.videocontroller.info/
帮助页面URL https://www.videocontroller.info/contact
支持的语言 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"
}