Nyan Cat Progress Bar for YouTube™

Nyan Cat Progress Bar for YouTube™! Nyan nyan nyan nyan nyan!

O que é Nyan Cat Progress Bar for YouTube™?

Nyan Cat Progress Bar for YouTube™ é uma extensão do Chrome desenvolvida por Daniel, e sua principal característica é "Nyan Cat Progress Bar for YouTube™! Nyan nyan nyan nyan nyan!".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Nyan Cat Progress Bar for YouTube™

Baixe arquivos de extensão Nyan Cat Progress Bar for YouTube™ 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

                        Animated Nyan Cat progress bar theme for YouTube! It's time for Pop-Tart cat and rainbows!

This cute Nyan Cat progress bar will work for all videos on YouTube.

** 24 March 2017: Updated for YouTube's new HTML5 player.

[original Nyan Cat image by PRguitarman]

nyan nyan nyan nyan nyan nyan nyan nyan!                    

Informações Básicas da Extensão

Nome Nyan Cat Progress Bar for YouTube™ Nyan Cat Progress Bar for YouTube™
ID bdjaekjkckpdknkfncfnaibkabdcgmkg
URL Oficial https://chromewebstore.google.com/detail/nyan-cat-progress-bar-for/bdjaekjkckpdknkfncfnaibkabdcgmkg
Descrição Nyan Cat Progress Bar for YouTube™! Nyan nyan nyan nyan nyan!
Tamanho do Arquivo 45.09 KB
Contagem de Instalações 203,188
Versão Atual 1.18
Última Atualização 2017-03-26
Data de Publicação 2017-03-26
Classificação 3.87/5 Total de 991 Avaliações
Desenvolvedor Daniel
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Nyan Cat Progress Bar for YouTube\u2122",
    "short_name": "NyanCat 4 YT",
    "version": "1.18",
    "description": "Nyan Cat Progress Bar for YouTube\u2122! Nyan nyan nyan nyan nyan!",
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "browser_action": {
        "default_icon": "icons\/icon32.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "css": [
                "nyan.css"
            ],
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ]
        }
    ],
    "web_accessible_resources": [
        "nyanimated.gif"
    ]
}