Flash ZooTopia Background
Change the background to an image of Flash from ZooTopia
What is Flash ZooTopia Background?
Flash ZooTopia Background is a Chrome extension developed by randerson112358, and its main feature is "Change the background to an image of Flash from ZooTopia".
Extension Screenshots
Download Flash ZooTopia Background Extension CRX File
Download Flash ZooTopia Background extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Change the background to a gif of Flash from ZooTopia during the DMV scene in the movie.
Extension Basic Information
Name | Flash ZooTopia Background |
ID | mjjpbbnjnkemfllnicfhjbhjeojnifag |
Official URL | https://chromewebstore.google.com/detail/flash-zootopia-background/mjjpbbnjnkemfllnicfhjbhjeojnifag |
Description | Change the background to an image of Flash from ZooTopia |
File Size | 1.2 MB |
Installation Count | 12 |
Current Version | 2.0 |
Last Updated | 2017-01-12 |
Publish Date | 2017-01-11 |
Rating | 4.50/5 Total 4 Ratings |
Developer | randerson112358 |
Payment Type | free |
Supported Languages | 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 } |