Nyan

Plays Nyan Cat in the background. The perfect way to annoy your friends.

O que é Nyan?

Nyan é uma extensão do Chrome desenvolvida por Adam Reed, e sua principal característica é "Plays Nyan Cat in the background. The perfect way to annoy your friends.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Nyan

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

                        Plays the classic and ridiculously annoying 'Nyan Cat' over and over and over and over again...

If a friend has left you alone with their PC, get this extension added to Chrome and wind your mate up. They won't find any trace of a video or a pause button. The only way to stop it is to quit Chrome, or shut down the computer completely.

Install if you dare! Be prepared to lose friends.                    

Informações Básicas da Extensão

Nome Nyan Nyan
ID echkaidigfifkdfenhhknkohimnohbgh
URL Oficial https://chromewebstore.google.com/detail/nyan/echkaidigfifkdfenhhknkohimnohbgh
Descrição Plays Nyan Cat in the background. The perfect way to annoy your friends.
Tamanho do Arquivo 2.62 MB
Contagem de Instalações 556
Versão Atual 0.1
Última Atualização 2016-03-22
Data de Publicação 2016-03-21
Classificação 2.58/5 Total de 45 Avaliações
Desenvolvedor Adam Reed
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Nyan",
    "version": "0.1",
    "manifest_version": 2,
    "description": "Plays Nyan Cat in the background. The perfect way to annoy your friends.",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "nyan-icon.png"
    }
}