Flash ZooTopia Background

Change the background to an image of Flash from ZooTopia

Apa itu Flash ZooTopia Background?

Flash ZooTopia Background adalah ekstensi Chrome yang dikembangkan oleh randerson112358, dan fitur utamanya adalah "Change the background to an image of Flash from ZooTopia".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Flash ZooTopia Background

Unduh file ekstensi Flash ZooTopia Background dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama Flash ZooTopia Background Flash ZooTopia Background
ID mjjpbbnjnkemfllnicfhjbhjeojnifag
URL Resmi https://chromewebstore.google.com/detail/flash-zootopia-background/mjjpbbnjnkemfllnicfhjbhjeojnifag
Deskripsi Change the background to an image of Flash from ZooTopia
Ukuran File 1.2 MB
Jumlah Instalasi 12
Versi Saat Ini 2.0
Terakhir Diperbarui 2017-01-12
Tanggal Publikasi 2017-01-11
Penilaian 4.50/5 Total 4 Penilaian
Pengembang randerson112358
Tipe Pembayaran free
Bahasa yang Didukung 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
}