Flash ZooTopia Background
Change the background to an image of Flash from ZooTopia
Hvad er Flash ZooTopia Background?
Flash ZooTopia Background er en Chrome-udvidelse udviklet af randerson112358, og dens hovedfunktion er "Change the background to an image of Flash from ZooTopia".
Udvidelsesskærmbilleder
Download Flash ZooTopia Background-udvidelses-CRX-fil
Download Flash ZooTopia Background-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
                        Change the background to a gif of Flash from ZooTopia during the DMV scene in the movie.                     Grundlæggende oplysninger om udvidelsen
| Navn |   |  
| ID | mjjpbbnjnkemfllnicfhjbhjeojnifag | 
| Officiel URL | https://chromewebstore.google.com/detail/flash-zootopia-background/mjjpbbnjnkemfllnicfhjbhjeojnifag | 
| Beskrivelse | Change the background to an image of Flash from ZooTopia | 
| Filstørrelse | 1.2 MB | 
| Antal Installationer | 12 | 
| Nuværende Version | 2.0 | 
| Senest Opdateret | 2017-01-12 | 
| Udgivelsesdato | 2017-01-11 | 
| Bedømmelse | 4.50/5 Samlet 4 Bedømmelser | 
| Udvikler | randerson112358 | 
| Betalingsmetode | free | 
| Understøttede Sprog | 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
}  |  |