Video Filter

Enhance your video color everywhere you watch! Just drag and drop any available filters, connect and tweak to make a magical result.

O que é Video Filter?

Video Filter é uma extensão do Chrome desenvolvida por Ding Dong, e sua principal característica é "Enhance your video color everywhere you watch! Just drag and drop any available filters, connect and tweak to make a magical result.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Video Filter

Baixe arquivos de extensão Video Filter 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

                        Video Filter works everywhere: YouTube, Vimeo, Facebook, Netflix, HTML5 video and so on.
Available filters:
* brightness
* contrast
* gamma
* saturate
* grayscale
* sepia
* hue-rotate
* flood (SVG display on)
* image
* blur
* opacity
* blend
* composite
* merge
* morphology
* SVG-code

Keyboard shortcut (only when a video tag is active) :
* "NumpadMultiply" key to toggle on/off 
* "A"/"D" key to skip forward/backward video 5 seconds                    

Informações Básicas da Extensão

Nome Video Filter Video Filter
ID fmeihcjcpeiadlombalojgaikfmdobbl
URL Oficial https://chromewebstore.google.com/detail/video-filter/fmeihcjcpeiadlombalojgaikfmdobbl
Descrição Enhance your video color everywhere you watch! Just drag and drop any available filters, connect and tweak to make a magical result.
Tamanho do Arquivo 37.41 KB
Contagem de Instalações 2,161
Versão Atual 1.0.3
Última Atualização 2022-04-12
Data de Publicação 2020-02-09
Classificação 4.74/5 Total de 43 Avaliações
Desenvolvedor Ding Dong
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Video Filter",
    "description": "Enhance your video color everywhere you watch! Just drag and drop any available filters, connect and tweak to make a magical result.",
    "version": "1.0.3",
    "offline_enabled": true,
    "permissions": [
        "storage"
    ],
    "icons": {
        "16": "ico\/x16.png",
        "48": "ico\/x48.png",
        "128": "ico\/x128.png"
    },
    "author": "DingDong",
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": {
            "16": "ico\/x16.png",
            "24": "ico\/x24.png",
            "32": "ico\/x32.png"
        },
        "default_title": "Video Filter",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "matches": [
                ""
            ],
            "js": [
                "content_script.js"
            ]
        }
    ],
    "manifest_version": 3
}