Dancing Zebra Extension

Add Dancing Zebra to videos on this page

O que é Dancing Zebra Extension?

Dancing Zebra Extension é uma extensão do Chrome desenvolvida por Adam Ullman, e sua principal característica é "Add Dancing Zebra to videos on this page".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Dancing Zebra Extension

Baixe arquivos de extensão Dancing Zebra Extension 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 Chrome Extension allows anyone to add John Oliver's dancing Bolivian Zebra to any video on a website with the click of a button. Simply click on the Zebra icon when you are on a website that has a video playing and hilarity will ensue.                    

Informações Básicas da Extensão

Nome Dancing Zebra Extension Dancing Zebra Extension
ID npjlmilnlbjddllkfefchchennjhgmng
URL Oficial https://chromewebstore.google.com/detail/dancing-zebra-extension/npjlmilnlbjddllkfefchchennjhgmng
Descrição Add Dancing Zebra to videos on this page
Tamanho do Arquivo 69.19 MB
Contagem de Instalações 72
Versão Atual 1.0
Última Atualização 2017-03-25
Data de Publicação 2017-03-25
Classificação 3.00/5 Total de 4 Avaliações
Desenvolvedor Adam Ullman
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Dancing Zebra Extension",
    "description": "Add Dancing Zebra to videos on this page",
    "version": "1.0",
    "permissions": [
        "activeTab"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_title": "Add Dancing Zebra to videos on this page"
    },
    "manifest_version": 2,
    "web_accessible_resources": [
        "zebra.mp4"
    ],
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    }
}