Video Controller

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

O que é Video Controller?

Video Controller é uma extensão do Chrome desenvolvida por https://videocontroller.info, e sua principal característica é "Control your online videos. Send videos to VLC or play in a new tab with 1 click.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Video Controller

Baixe arquivos de extensão Video Controller no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Video Controller Video Controller
ID fdildbomkhmgcpicmkbnmpnbfpgcmifm
URL Oficial https://chromewebstore.google.com/detail/video-controller/fdildbomkhmgcpicmkbnmpnbfpgcmifm
Descrição Control your online videos. Send videos to VLC or play in a new tab with 1 click.
Tamanho do Arquivo 656 KB
Contagem de Instalações 380
Versão Atual 0.0.18
Última Atualização 2021-10-04
Data de Publicação 2021-10-04
Desenvolvedor https://videocontroller.info
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://www.videocontroller.info/
URL da Página de Ajuda https://www.videocontroller.info/contact
Idiomas Suportados 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"
}