Simple Dan

Simple Dan with options

Simple Dan là gì?

Simple 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à "Simple 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 Simple Dan

Tải xuống các tệp mở rộng Simple 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

                        Simple Dan  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 Simple Dan Simple Dan
ID indenegfmkfidlpecibjlcgkokilhfgp
URL Chính Thức https://chromewebstore.google.com/detail/simple-dan/indenegfmkfidlpecibjlcgkokilhfgp
Mô tả Simple Dan with options
Kích Thước Tệp 20.8 KB
Số Lần Cài Đặt 488
Phiên Bản Hiện Tại 5.0
Cập Nhật Lần Cuối 2023-01-10
Ngày Phát Hành 2020-06-08
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://www.freeprivacypolicy.com/live/1073cab2-8d56-4dcd-bd34-1e305bf40f5c
URL Trang Chính Sách Bảo Mật https://dan101.com
Ngôn Ngữ Được Hỗ Trợ en-US
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": "Simple Dan with options",
    "icons": {
        "128": "icon_128.png"
    },
    "manifest_version": 2,
    "name": "Simple Dan",
    "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.0",
    "web_accessible_resources": [
        "manageGift.js",
        "manageGift.html",
        "options.js",
        "options.html"
    ]
}