Flash ZooTopia Background
Change the background to an image of Flash from ZooTopia
Wat is Flash ZooTopia Background?
Flash ZooTopia Background is een Chrome-extensie ontwikkeld door randerson112358, en de belangrijkste functie is "Change the background to an image of Flash from ZooTopia".
Extensie Screenshots
Download het CRX-bestand van de extensie Flash ZooTopia Background
Download Flash ZooTopia Background-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Change the background to a gif of Flash from ZooTopia during the DMV scene in the movie.
Basisinformatie over de Extensie
Naam | Flash ZooTopia Background |
ID | mjjpbbnjnkemfllnicfhjbhjeojnifag |
Officiële URL | https://chromewebstore.google.com/detail/flash-zootopia-background/mjjpbbnjnkemfllnicfhjbhjeojnifag |
Beschrijving | Change the background to an image of Flash from ZooTopia |
Bestandsgrootte | 1.2 MB |
Aantal Installaties | 12 |
Huidige Versie | 2.0 |
Laatst Bijgewerkt | 2017-01-12 |
Publicatiedatum | 2017-01-11 |
Beoordeling | 4.50/5 Totaal 4 Beoordelingen |
Ontwikkelaar | randerson112358 |
Betalingswijze | free |
Ondersteunde Talen | 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 } |