Flash ZooTopia Background
Change the background to an image of Flash from ZooTopia
Vad är Flash ZooTopia Background?
Flash ZooTopia Background är en Chrome-tillägg utvecklad av randerson112358, och dess huvudfunktion är "Change the background to an image of Flash from ZooTopia".
Tilläggsskärmbilder
Ladda ner Flash ZooTopia Background-förlängningens CRX-fil
Ladda ner Flash ZooTopia Background-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Change the background to a gif of Flash from ZooTopia during the DMV scene in the movie.
Grundläggande Information om Tillägg
Namn | Flash ZooTopia Background |
ID | mjjpbbnjnkemfllnicfhjbhjeojnifag |
Officiell webbadress | https://chromewebstore.google.com/detail/flash-zootopia-background/mjjpbbnjnkemfllnicfhjbhjeojnifag |
Beskrivning | Change the background to an image of Flash from ZooTopia |
Filstorlek | 1.2 MB |
Antal Installationer | 12 |
Aktuell Version | 2.0 |
Senast Uppdaterad | 2017-01-12 |
Publiceringsdatum | 2017-01-11 |
Betyg | 4.50/5 Totalt 4 Betyg |
Utvecklare | randerson112358 |
Betalningssätt | free |
Stödda Språk | 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 } |