Flash ZooTopia Background
Change the background to an image of Flash from ZooTopia
Was ist Flash ZooTopia Background?
Flash ZooTopia Background ist eine Chrome-Erweiterung, die von randerson112358 entwickelt wurde, und ihr Hauptmerkmal ist "Change the background to an image of Flash from ZooTopia".
Erweiterungsscreenshots
Flash ZooTopia Background-Erweiterungs-CRX-Datei herunterladen
Laden Sie Flash ZooTopia Background-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Change the background to a gif of Flash from ZooTopia during the DMV scene in the movie. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | mjjpbbnjnkemfllnicfhjbhjeojnifag |
| Offizielle URL | https://chromewebstore.google.com/detail/flash-zootopia-background/mjjpbbnjnkemfllnicfhjbhjeojnifag |
| Beschreibung | Change the background to an image of Flash from ZooTopia |
| Dateigröße | 1.2 MB |
| Installationsanzahl | 12 |
| Aktuelle Version | 2.0 |
| Letztes Update | 2017-01-12 |
| Veröffentlichungsdatum | 2017-01-11 |
| Bewertung | 4.50/5 Insgesamt 4 Bewertungen |
| Entwickler | randerson112358 |
| Zahlungsart | free |
| Unterstützte Sprachen | 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
} | |