Video Controller

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

Video Controller là gì?

Video Controller là một tiện ích mở rộng Chrome được phát triển bởi https://videocontroller.info, và tính năng chính của nó là "Control your online videos. Send videos to VLC or play in a new tab with 1 click.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Video Controller

Tải xuống các tệp mở rộng Video Controller dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Video Controller Video Controller
ID fdildbomkhmgcpicmkbnmpnbfpgcmifm
URL Chính Thức https://chromewebstore.google.com/detail/video-controller/fdildbomkhmgcpicmkbnmpnbfpgcmifm
Mô tả Control your online videos. Send videos to VLC or play in a new tab with 1 click.
Kích Thước Tệp 656 KB
Số Lần Cài Đặt 380
Phiên Bản Hiện Tại 0.0.18
Cập Nhật Lần Cuối 2021-10-04
Ngày Phát Hành 2021-10-04
Nhà Phát Triển https://videocontroller.info
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.videocontroller.info/
URL Trang Trợ Giúp https://www.videocontroller.info/contact
Ngôn Ngữ Được Hỗ Trợ 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"
}