Dan

Dan with options

Dan là gì?

Dan là một tiện ích mở rộng Chrome được phát triển bởi https://dan101.com, và tính năng chính của nó là "Dan 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

Tải xuống các tệp mở rộng Dan 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 Dan
ID japfellgpinphndfnhmiafdhodkljnpe
URL Chính Thức https://chromewebstore.google.com/detail/dan/japfellgpinphndfnhmiafdhodkljnpe
Mô tả Dan with options
Kích Thước Tệp 51.49 KB
Số Lần Cài Đặt 308
Phiên Bản Hiện Tại 7.0
Cập Nhật Lần Cuối 2023-04-05
Ngày Phát Hành 2020-10-10
Nhà Phát Triển https://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://docs.google.com/document/d/10q38LRlVh7YRijXfiUju1vKUWyj7_BSs97CYeUdjfJs
URL Trang Chính Sách Bảo Mật https://dan101.com
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}