Dan 101

Dan 101 with options

Dan 101 là gì?

Dan 101 là một tiện ích mở rộng Chrome được phát triển bởi http://dan101.com, và tính năng chính của nó là "Dan 101 with options".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Dan 101

Tải xuống các tệp mở rộng Dan 101 dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Dan 101 Dan 101
ID bfjjkdleggcbmglmchejiighplfbnpll
URL Chính Thức https://chrome.google.com/webstore/detail/dan-101/bfjjkdleggcbmglmchejiighplfbnpll
Mô tả Dan 101 with options
Kích Thước Tệp 51.73 KB
Số Lần Cài Đặt 1,049
Phiên Bản Hiện Tại 5.3
Cập Nhật Lần Cuối 2023-01-09
Ngày Phát Hành 2023-01-09
Đánh Giá 4.40/5 Tổng số 15 Đánh Giá
Nhà Phát Triển http://dan101.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://dan101.com
URL Trang Trợ Giúp https://app.termly.io/dashboard/website/fc5e6bc2-220b-434f-b3b0-1329d724917e/privacy-policy
URL Trang Chính Sách Bảo Mật https://dan101.com
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}