WebPage video finder

Search for video elements on web page, and lets you play them in external player.

O que é WebPage video finder?

WebPage video finder é uma extensão do Chrome desenvolvida por QTeam, e sua principal característica é "Search for video elements on web page, and lets you play them in external player.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão WebPage video finder

Baixe arquivos de extensão WebPage video finder 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

                        Search for video elements on web page, and lets you play them in external player.

Please install the player app in order to use this extension:
https://chrome.google.com/webstore/detail/chrome-video-player/nlfohceaegoefgjilnbmiahoodgnjdfe

IMPORTANT:"Read and change all your data on the websites you visit" permission is required to find video on page and inject "Open in player" button.

Note: Sometimes is required to reload the page (F5).
-1.4.3 Fix wrong "play button" appearance
-1.4.2 Improves perfomance                    

Informações Básicas da Extensão

Nome WebPage video finder WebPage video finder
ID egojpdlkpjgmbjmgppeknbpjnjibjiab
URL Oficial https://chrome.google.com/webstore/detail/webpage-video-finder/egojpdlkpjgmbjmgppeknbpjnjibjiab
Descrição Search for video elements on web page, and lets you play them in external player.
Tamanho do Arquivo 27.63 KB
Contagem de Instalações 908
Versão Atual 1.4.4
Última Atualização 2016-02-04
Data de Publicação 2016-02-04
Classificação 2.00/5 Total de 8 Avaliações
Desenvolvedor QTeam
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "WebPage video finder",
    "version": "1.4.4",
    "manifest_version": 2,
    "description": "Search for video elements on web page, and lets you play them in external player.",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/background.js"
            ],
            "css": [
                "css\/style.css"
            ]
        }
    ],
    "permissions": [
        "activeTab"
    ],
    "externally_connectable": {
        "ids": [
            "*"
        ]
    }
}