Dan 101

Dan 101 with options

Dan 101とは何ですか?

Dan 101はhttp://dan101.comによって開発されたChromeの拡張機能で、その主な機能は「Dan 101 with options」です。

拡張機能のスクリーンショット

screenshot

Dan 101拡張機能のCRXファイルをダウンロード

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
Eメール [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"
    ]
}