movit

the video speed driver

O que é movit?

movit é uma extensão do Chrome desenvolvida por Andrea Giammarchi, e sua principal característica é "the video speed driver".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão movit

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

                        This is a minimalistic interface to automatically setup any HTML5 

Informações Básicas da Extensão

Nome movit movit
ID ablgafeipbpmkdpohlfbnnloofcppbgj
URL Oficial https://chromewebstore.google.com/detail/movit/ablgafeipbpmkdpohlfbnnloofcppbgj
Descrição the video speed driver
Tamanho do Arquivo 16.07 KB
Contagem de Instalações 31
Versão Atual 0.0.2
Última Atualização 2019-03-30
Data de Publicação 2019-03-27
Classificação 4.50/5 Total de 2 Avaliações
Desenvolvedor Andrea Giammarchi
Email [email protected]
Tipo de Pagamento free
URL da Página de Ajuda https://github.com/WebReflection/movit
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "movit",
    "short_name": "movit",
    "version": "0.0.2",
    "description": "the video speed driver",
    "author": "Andrea Giammarchi",
    "manifest_version": 2,
    "browser_action": {
        "default_icon": {
            "16": "icons\/16.png",
            "20": "icons\/20.png",
            "32": "icons\/32.png",
            "40": "icons\/40.png"
        },
        "default_popup": "popup.html",
        "default_title": "movit"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "js\/movit.js"
            ],
            "match_about_blank": true,
            "matches": [
                ""
            ],
            "run_at": "document_start"
        }
    ],
    "icons": {
        "16": "icons\/16.png",
        "32": "icons\/32.png",
        "48": "icons\/48.png",
        "64": "icons\/64.png",
        "128": "icons\/128.png"
    },
    "permissions": [
        "",
        "storage"
    ]
}