Team Dan

Dan with options

ما هو Team Dan؟

Team Dan هو إضافة Chrome تم تطويرها بواسطة 2017teamzd، والميزة الرئيسية لها هي "Dan with options".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Team Dan

قم بتنزيل ملفات الامتداد Team Dan بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        Just a little something to help you play this game we love so much. Great for helping you feed and visit your friends. Enjoy.                    

معلومات أساسية عن التمديد

الاسم Team Dan Team Dan
ID hjokkhicaclbmhnnofhfnagkdaekhojn
عنوان URL الرسمي https://chrome.google.com/webstore/detail/team-dan/hjokkhicaclbmhnnofhfnagkdaekhojn
الوصف Dan with options
حجم الملف 62.66 KB
عدد التثبيتات 2,000
النسخة الحالية 7.0
آخر تحديث 2020-06-07
تاريخ النشر 2020-06-07
تقييم 4.48/5 مجموع تقييمات 33
المطور 2017teamzd
نوع الدفع free
اللغات المدعومة en-US
manifest.json
{
    "externally_connectable": {
        "matches": [
            "https:\/\/zooworldgame.popreach.com\/*"
        ]
    },
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": "icon_19.png",
        "default_popup": "popup.html",
        "default_title": "Team Dan"
    },
    "content_scripts": [
        {
            "exclude_globs": [],
            "exclude_matches": [],
            "include_globs": [
                "http*:\/\/zooworldgame.popreach.com\/facebook_apps\/zooparent\/*",
                "http*:\/\/zooworldgame.popreach.com\/facebook_apps\/zooClassic\/*"
            ],
            "js": [
                "script.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_idle"
        }
    ],
    "converted_from_user_script": true,
    "description": "Dan with options",
    "icons": {
        "128": "icon_128.png"
    },
    "manifest_version": 2,
    "name": "Team Dan",
    "options_page": "options.html",
    "options_ui": {
        "chrome_style": true,
        "page": "options.html"
    },
    "permissions": [
        "contentSettings",
        "http:\/\/*.facebook.com\/*",
        "https:\/\/*.facebook.com\/*",
        "storage",
        "http:\/\/*.popreach.com\/*",
        "https:\/\/*.popreach.com\/*"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "7.0",
    "web_accessible_resources": [
        "manageGift.js",
        "manageGift.html",
        "options.js",
        "options.html"
    ]
}