Dan 101

Dan 101 with options

ما هو Dan 101؟

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

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

screenshot

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

قم بتنزيل ملفات الامتداد Dan 101 بتنسيق 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 101 Dan 101
ID bfjjkdleggcbmglmchejiighplfbnpll
عنوان URL الرسمي https://chrome.google.com/webstore/detail/dan-101/bfjjkdleggcbmglmchejiighplfbnpll
الوصف Dan 101 with options
حجم الملف 51.73 KB
عدد التثبيتات 1,049
النسخة الحالية 5.3
آخر تحديث 2023-01-09
تاريخ النشر 2023-01-09
تقييم 4.40/5 مجموع تقييمات 15
المطور http://dan101.com
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://dan101.com
عنوان صفحة المساعدة https://app.termly.io/dashboard/website/fc5e6bc2-220b-434f-b3b0-1329d724917e/privacy-policy
عنوان صفحة سياسة الخصوصية https://dan101.com
اللغات المدعومة en
manifest.json
{
    "content_scripts": [
        {
            "exclude_globs": [],
            "exclude_matches": [],
            "include_globs": [
                "http*:\/\/zooworldgame.popreach.com\/*",
                "http*:\/\/zooworldclassic.popreach.com\/*"
            ],
            "js": [
                "script.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_idle"
        }
    ],
    "converted_from_user_script": true,
    "description": "Dan 101 with options",
    "icons": {
        "128": "icon_128.png"
    },
    "manifest_version": 2,
    "name": "Dan 101",
    "options_page": "options.html",
    "options_ui": {
        "chrome_style": true,
        "page": "options.html"
    },
    "permissions": [
        "http:\/\/*.facebook.com\/*",
        "https:\/\/*.facebook.com\/*",
        "storage",
        "http:\/\/*.popreach.com\/*",
        "https:\/\/*.popreach.com\/*"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "5.3",
    "web_accessible_resources": [
        "manageGift.js",
        "manageGift.html",
        "options.js",
        "options.html"
    ]
}