Wiki Tube

Movie teaser video addded to the top of the Wikipedia page of the Movie

O que é Wiki Tube?

Wiki Tube é uma extensão do Chrome desenvolvida por Nikhil Nainani, e sua principal característica é "Movie teaser video addded to the top of the Wikipedia page of the Movie".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Wiki Tube

Baixe arquivos de extensão Wiki Tube 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 extension adds the youtube teaser video of a movie right at the top of the wikipedia page of the movie. May not work for all movies becuase of keyword search on Youtube API.                    

Informações Básicas da Extensão

Nome Wiki Tube Wiki Tube
ID hkkphbohfchhkkpnkcoomlhfieaicgjg
URL Oficial https://chrome.google.com/webstore/detail/wiki-tube/hkkphbohfchhkkpnkcoomlhfieaicgjg
Descrição Movie teaser video addded to the top of the Wikipedia page of the Movie
Tamanho do Arquivo 8.54 KB
Contagem de Instalações 38
Versão Atual 1.2
Última Atualização 2014-11-25
Data de Publicação 2014-11-25
Classificação 5.00/5 Total de 3 Avaliações
Desenvolvedor Nikhil Nainani
Tipo de Pagamento free
Idiomas Suportados en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Wiki Tube",
    "description": "Movie teaser video addded to the top of the Wikipedia page of the Movie",
    "version": "1.2",
    "permissions": [
        "https:\/\/www.goodreads.com\/*",
        "http:\/\/www.goodreads.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/en.wikipedia.org\/*",
                "https:\/\/en.wikipedia.org\/*"
            ],
            "js": [
                "test.js"
            ]
        },
        {
            "matches": [
                "http:\/\/www.amazon.in\/*",
                "https:\/\/www.amazon.in\/*"
            ],
            "js": [
                "2.js"
            ]
        }
    ]
}