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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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
URL หน้าช่วยเหลือ https://app.termly.io/dashboard/website/fc5e6bc2-220b-434f-b3b0-1329d724917e/privacy-policy
URL หน้านโยบายความเป็นส่วนตัว 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"
    ]
}