Flash ZooTopia Background
Change the background to an image of Flash from ZooTopia
¿Qué es Flash ZooTopia Background?
Flash ZooTopia Background es una extensión de Chrome desarrollada por randerson112358, y su función principal es "Change the background to an image of Flash from ZooTopia".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Flash ZooTopia Background
Descarga archivos de extensión Flash ZooTopia Background en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
Change the background to a gif of Flash from ZooTopia during the DMV scene in the movie.
Información Básica de la Extensión
Nombre | Flash ZooTopia Background |
ID | mjjpbbnjnkemfllnicfhjbhjeojnifag |
URL Oficial | https://chromewebstore.google.com/detail/flash-zootopia-background/mjjpbbnjnkemfllnicfhjbhjeojnifag |
Descripción | Change the background to an image of Flash from ZooTopia |
Tamaño del Archivo | 1.2 MB |
Cantidad de Instalaciones | 12 |
Versión Actual | 2.0 |
Última Actualización | 2017-01-12 |
Fecha de Publicación | 2017-01-11 |
Calificación | 4.50/5 Total de 4 Calificaciones |
Desarrollador | randerson112358 |
Tipo de Pago | free |
Idiomas Soportados | 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 } |