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
}