Flash ZooTopia Background

Change the background to an image of Flash from ZooTopia

Co to jest Flash ZooTopia Background?

Flash ZooTopia Background to rozszerzenie Chrome opracowane przez randerson112358, a jego główną funkcją jest „Change the background to an image of Flash from ZooTopia”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Flash ZooTopia Background

Pobierz pliki rozszerzeń Flash ZooTopia Background w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa Flash ZooTopia Background Flash ZooTopia Background
ID mjjpbbnjnkemfllnicfhjbhjeojnifag
Oficjalny URL https://chromewebstore.google.com/detail/flash-zootopia-background/mjjpbbnjnkemfllnicfhjbhjeojnifag
Opis Change the background to an image of Flash from ZooTopia
Rozmiar pliku 1.2 MB
Liczba instalacji 12
Aktualna Wersja 2.0
Ostatnia Aktualizacja 2017-01-12
Data Publikacji 2017-01-11
Ocena 4.50/5 Łącznie 4 Oceny
Deweloper randerson112358
Typ Płatności free
Obsługiwane Języki 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
}