Video Controller

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

Apa itu Video Controller?

Video Controller adalah ekstensi Chrome yang dikembangkan oleh https://videocontroller.info, dan fitur utamanya adalah "Control your online videos. Send videos to VLC or play in a new tab with 1 click.".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Video Controller

Unduh file ekstensi Video Controller dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Video Controller Video Controller
ID fdildbomkhmgcpicmkbnmpnbfpgcmifm
URL Resmi https://chromewebstore.google.com/detail/video-controller/fdildbomkhmgcpicmkbnmpnbfpgcmifm
Deskripsi Control your online videos. Send videos to VLC or play in a new tab with 1 click.
Ukuran File 656 KB
Jumlah Instalasi 380
Versi Saat Ini 0.0.18
Terakhir Diperbarui 2021-10-04
Tanggal Publikasi 2021-10-04
Pengembang https://videocontroller.info
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://www.videocontroller.info/
URL Halaman Bantuan https://www.videocontroller.info/contact
Bahasa yang Didukung 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"
}