TubeUnblock

TubeUnblock

O que é TubeUnblock?

TubeUnblock é uma extensão do Chrome desenvolvida por blank, e sua principal característica é "TubeUnblock".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão TubeUnblock

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

                        Watch Embedded Videos
The TubeUnblock plugin allows you to watch embedded YouTube videos on any site. When the plugin is active, the TubeUnblock player will appear any time there is an embedded YouTube video. Simply click play and you will be able to watch the video without leaving the page.

Redirect for YouTube Links
When you click on a YouTube link found in search results or included on any website page, you will be redirected to TubeUnblock to view the video.

Search Bar
The plugin can also be used to quickly search for YouTube content. Type your search in the search bar to access YouTube results through the TubeUnblock site.                    

Informações Básicas da Extensão

Nome TubeUnblock TubeUnblock
ID nocfiicinjlacbcpohmbcndlmmfmlidk
URL Oficial https://chrome.google.com/webstore/detail/tubeunblock/nocfiicinjlacbcpohmbcndlmmfmlidk
Descrição TubeUnblock
Tamanho do Arquivo 189 KB
Contagem de Instalações 5,000
Versão Atual 1.0.3
Última Atualização 2015-07-13
Data de Publicação 2015-07-10
Classificação 4.08/5 Total de 72 Avaliações
Desenvolvedor blank
Tipo de Pagamento free
Site da Extensão http://tubeunblock.com
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "TubeUnblock",
    "version": "1.0.3",
    "manifest_version": 2,
    "description": "TubeUnblock",
    "background": {
        "persistent": true,
        "scripts": [
            "js\/redirect.js"
        ]
    },
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "tabs",
        "storage",
        ""
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "browser_action": {
        "default_icon": "img\/icon_active.png",
        "default_popup": "html\/popup.html"
    }
}