Flash ZooTopia Background

Change the background to an image of Flash from ZooTopia

Cos'è Flash ZooTopia Background?

Flash ZooTopia Background è un'estensione di Chrome sviluppata da randerson112358, e la sua funzione principale è "Change the background to an image of Flash from ZooTopia".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Flash ZooTopia Background

Scarica i file di estensione Flash ZooTopia Background in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Flash ZooTopia Background Flash ZooTopia Background
ID mjjpbbnjnkemfllnicfhjbhjeojnifag
URL Ufficiale https://chromewebstore.google.com/detail/flash-zootopia-background/mjjpbbnjnkemfllnicfhjbhjeojnifag
Descrizione Change the background to an image of Flash from ZooTopia
Dimensione del File 1.2 MB
Conteggio Installazioni 12
Versione Corrente 2.0
Ultimo Aggiornamento 2017-01-12
Data di Pubblicazione 2017-01-11
Valutazione 4.50/5 Totale 4 Valutazioni
Sviluppatore randerson112358
Tipo di Pagamento free
Lingue Supportate 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
}