Flash ZooTopia Background

Change the background to an image of Flash from ZooTopia

Qu'est-ce que Flash ZooTopia Background ?

Flash ZooTopia Background est une extension Chrome développée par randerson112358, et sa fonction principale est "Change the background to an image of Flash from ZooTopia".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Flash ZooTopia Background

Téléchargez les fichiers d'extension Flash ZooTopia Background au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Flash ZooTopia Background Flash ZooTopia Background
ID mjjpbbnjnkemfllnicfhjbhjeojnifag
URL Officiel https://chromewebstore.google.com/detail/flash-zootopia-background/mjjpbbnjnkemfllnicfhjbhjeojnifag
Description Change the background to an image of Flash from ZooTopia
Taille du Fichier 1.2 MB
Nombre d'Installations 12
Version Actuelle 2.0
Dernière Mise à Jour 2017-01-12
Date de Publication 2017-01-11
Évaluation 4.50/5 Total 4 Évaluations
Développeur randerson112358
Type de Paiement free
Langues Prises en Charge 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
}