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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
}