Flash ZooTopia Background
Change the background to an image of Flash from ZooTopia
什麼是Flash ZooTopia Background?
Flash ZooTopia Background是由randerson112358開發的Chrome擴展程式,該擴展的主要功能是“Change the background to an image of Flash from ZooTopia”。
擴展截圖
下載Flash ZooTopia Background擴展crx文件
下載Flash ZooTopia Background擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Change the background to a gif of Flash from ZooTopia during the DMV scene in the movie.
擴展基本資訊
名稱 | Flash ZooTopia Background |
ID | mjjpbbnjnkemfllnicfhjbhjeojnifag |
官方網址 | https://chromewebstore.google.com/detail/flash-zootopia-background/mjjpbbnjnkemfllnicfhjbhjeojnifag |
簡介 | Change the background to an image of Flash from ZooTopia |
檔案大小 | 1.2 MB |
安裝次數 | 12 |
目前版本 | 2.0 |
更新時間 | 2017-01-12 |
上架時間 | 2017-01-11 |
評分 | 4.50/5 共 4 次評分 |
開發者 | randerson112358 |
付費類型 | free |
支援的語言 | 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 } |