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
官方網址 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"
}