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
Eメール [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"
}