Deredactie.be video expander

Expands the flash video window to a bigger size and removes other page elements.

O que é Deredactie.be video expander?

Deredactie.be video expander é uma extensão do Chrome desenvolvida por Unknown, e sua principal característica é "Expands the flash video window to a bigger size and removes other page elements.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Deredactie.be video expander

Baixe arquivos de extensão Deredactie.be video expander 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

                        Simple chrome extension to enlarge the video player on deredactie.be

When a video is playing an "ENLARGE VIDEO PLAYER" button will be added below the video. When clicked this will enlarge the video player and clean up the page for an enhanced viewing experience.

Provided under the MIT License.                    

Informações Básicas da Extensão

Nome Deredactie.be video expander Deredactie.be video expander
ID fpfmhalfhgcbknjdgpkkglgadpfemogh
URL Oficial https://chromewebstore.google.com/detail/deredactiebe-video-expand/fpfmhalfhgcbknjdgpkkglgadpfemogh
Descrição Expands the flash video window to a bigger size and removes other page elements.
Tamanho do Arquivo 42.65 KB
Contagem de Instalações 71
Versão Atual 1.0.0
Última Atualização 2015-09-27
Data de Publicação 2015-09-27
Desenvolvedor Unknown
Tipo de Pagamento free
Site da Extensão https://github.com/beele/DeredactieVideoExpander
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Deredactie.be video expander",
    "version": "1.0.0",
    "manifest_version": 2,
    "description": "Expands the flash video window to a bigger size and removes other page elements.",
    "homepage_url": "http:\/\/www.beeles-place.be",
    "icons": {
        "16": "icons\/icon.png",
        "48": "icons\/icon.png",
        "128": "icons\/icon.png"
    },
    "default_locale": "en",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.deredactie.be\/*"
            ],
            "js": [
                "js\/jquery\/jquery.min.js",
                "src\/inject\/inject.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "src\/inject\/inject.js"
    ]
}