Dan

Dan with options

ما هو Dan؟

Dan هو إضافة Chrome تم تطويرها بواسطة https://dan101.com، والميزة الرئيسية لها هي "Dan with options".

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

screenshot

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

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

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

                        Dan 101 is an assistant used for playing Zooworld 1. It helps maintain your zoo by automatically doing simple tasks for you. 
Completely safe for all pc users.                    

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

الاسم Dan Dan
ID japfellgpinphndfnhmiafdhodkljnpe
عنوان URL الرسمي https://chromewebstore.google.com/detail/dan/japfellgpinphndfnhmiafdhodkljnpe
الوصف Dan with options
حجم الملف 51.49 KB
عدد التثبيتات 308
النسخة الحالية 7.0
آخر تحديث 2023-04-05
تاريخ النشر 2020-10-10
المطور https://dan101.com
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://dan101.com
عنوان صفحة المساعدة https://docs.google.com/document/d/10q38LRlVh7YRijXfiUju1vKUWyj7_BSs97CYeUdjfJs
عنوان صفحة سياسة الخصوصية https://dan101.com
اللغات المدعومة 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": " 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": " 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"
    ]
}