Video Controller

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

Wat is Video Controller?

Video Controller is een Chrome-extensie ontwikkeld door https://videocontroller.info, en de belangrijkste functie is "Control your online videos. Send videos to VLC or play in a new tab with 1 click.".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Video Controller

Download Video Controller-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Video Controller Video Controller
ID fdildbomkhmgcpicmkbnmpnbfpgcmifm
Officiële URL https://chromewebstore.google.com/detail/video-controller/fdildbomkhmgcpicmkbnmpnbfpgcmifm
Beschrijving Control your online videos. Send videos to VLC or play in a new tab with 1 click.
Bestandsgrootte 656 KB
Aantal Installaties 380
Huidige Versie 0.0.18
Laatst Bijgewerkt 2021-10-04
Publicatiedatum 2021-10-04
Ontwikkelaar https://videocontroller.info
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://www.videocontroller.info/
Help Pagina-URL https://www.videocontroller.info/contact
Ondersteunde Talen 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"
}