Flash ZooTopia Background

Change the background to an image of Flash from ZooTopia

Flash ZooTopia Backgroundคืออะไร?

Flash ZooTopia Background เป็นส่วนขยายของ Chrome ที่พัฒนาโดย randerson112358 และคุณลักษณะหลักของมันคือ "Change the background to an image of Flash from ZooTopia"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Flash ZooTopia Background

ดาวน์โหลดไฟล์ส่วนขยาย 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 Flash ZooTopia Background
ID mjjpbbnjnkemfllnicfhjbhjeojnifag
URL อย่างเป็นทางการ 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
}