Dan

Dan with options

Danとは何ですか?

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

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

screenshot

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

Dan拡張子のファイルを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 Dan
ID japfellgpinphndfnhmiafdhodkljnpe
公式URL https://chromewebstore.google.com/detail/dan/japfellgpinphndfnhmiafdhodkljnpe
説明 Dan with options
ファイルサイズ 51.49 KB
インストール数 308
現在のバージョン 7.0
最終更新日 2023-04-05
公開日 2020-10-10
開発者 https://dan101.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://dan101.com
ヘルプページのURL https://docs.google.com/document/d/10q38LRlVh7YRijXfiUju1vKUWyj7_BSs97CYeUdjfJs
プライバシーポリシーページのURL https://dan101.com
対応言語 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"
    ]
}