Flash ZooTopia Background

Change the background to an image of Flash from ZooTopia

什么是Flash ZooTopia Background?

Flash ZooTopia Background是由randerson112358开发的Chrome扩展程序,该扩展的主要功能是“Change the background to an image of Flash from ZooTopia”。

扩展截图

screenshot
screenshot
screenshot

下载Flash ZooTopia Background扩展crx文件

下载Flash ZooTopia Background扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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

扩展基本信息

名称 Flash ZooTopia Background Flash ZooTopia Background
ID mjjpbbnjnkemfllnicfhjbhjeojnifag
官方URL https://chromewebstore.google.com/detail/flash-zootopia-background/mjjpbbnjnkemfllnicfhjbhjeojnifag
简介 Change the background to an image of Flash from ZooTopia
文件大小 1.2 MB
安装次数 12
当前版本 2.0
更新时间 2017-01-12
上架时间 2017-01-11
评分 4.50/5 共4次评分
开发者 randerson112358
付费类型 free
支持的语言 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
}