Flash ZooTopia Background

Change the background to an image of Flash from ZooTopia

O que é Flash ZooTopia Background?

Flash ZooTopia Background é uma extensão do Chrome desenvolvida por randerson112358, e sua principal característica é "Change the background to an image of Flash from ZooTopia".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Flash ZooTopia Background

Baixe arquivos de extensão Flash ZooTopia Background 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

                        Change the background to a gif of Flash from ZooTopia during the DMV scene in the movie.                    

Informações Básicas da Extensão

Nome Flash ZooTopia Background Flash ZooTopia Background
ID mjjpbbnjnkemfllnicfhjbhjeojnifag
URL Oficial https://chromewebstore.google.com/detail/flash-zootopia-background/mjjpbbnjnkemfllnicfhjbhjeojnifag
Descrição Change the background to an image of Flash from ZooTopia
Tamanho do Arquivo 1.2 MB
Contagem de Instalações 12
Versão Atual 2.0
Última Atualização 2017-01-12
Data de Publicação 2017-01-11
Classificação 4.50/5 Total de 4 Avaliações
Desenvolvedor randerson112358
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Flash ZooTopia Background",
    "description": "Change the background to an image of Flash from ZooTopia",
    "version": "2.0",
    "permissions": [
        "activeTab"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_title": "Show Flash from ZooTopia in the backgroung",
        "default_icon": "icon.png"
    },
    "web_accessible_resources": [
        "pic.gif"
    ],
    "manifest_version": 2
}