UnblockedWhere

Suggests countries where a blocked video is unblocked

O que é UnblockedWhere?

UnblockedWhere é uma extensão do Chrome desenvolvida por stefanpetersen1, e sua principal característica é "Suggests countries where a blocked video is unblocked".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão UnblockedWhere

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

                        Have you ever wanted to watch a blocked YouTube video, but aren't sure what countries the video is available in? UnblockedWhere is a lightweight, unobtrusive Chrome extension that will enhance your YouTube experience. If you visit a video that is blocked in your country, UnblockedWhere will provide a popup message suggesting four countries where the video isn't blocked. Install now and never worry again about finding a working country for video watching!

**This extension is very new. If you have any issues, please contact**

All code is publicly available on GitHub (under support link).                    

Informações Básicas da Extensão

Nome UnblockedWhere UnblockedWhere
ID jjgbngbalckgedkeaiebljnehncimimb
URL Oficial https://chromewebstore.google.com/detail/unblockedwhere/jjgbngbalckgedkeaiebljnehncimimb
Descrição Suggests countries where a blocked video is unblocked
Tamanho do Arquivo 789 KB
Contagem de Instalações 145
Versão Atual 1.0.1.2
Última Atualização 2014-03-20
Data de Publicação 2014-03-19
Desenvolvedor stefanpetersen1
Tipo de Pagamento free
URL da Página de Ajuda https://github.com/BlingCrozby/UnblockedWhere
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "UnblockedWhere",
    "description": "Suggests countries where a blocked video is unblocked",
    "permissions": [
        "notifications",
        "tabs"
    ],
    "background": {
        "page": "background.html"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/freegeoip.net\/json\/; 'https:\/\/gdata.youtube.com\/feeds\/api\/videos\/'; object-src 'self'",
    "version": "1.0.1.2",
    "manifest_version": 2
}