Simple Dan

Simple Dan with options

Simple Danとは何ですか?

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

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

screenshot

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

Simple Dan拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 Simple Dan Simple Dan
ID indenegfmkfidlpecibjlcgkokilhfgp
公式URL https://chromewebstore.google.com/detail/simple-dan/indenegfmkfidlpecibjlcgkokilhfgp
説明 Simple Dan with options
ファイルサイズ 20.8 KB
インストール数 488
現在のバージョン 5.0
最終更新日 2023-01-10
公開日 2020-06-08
開発者 https://dan101.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://dan101.com
ヘルプページのURL https://www.freeprivacypolicy.com/live/1073cab2-8d56-4dcd-bd34-1e305bf40f5c
プライバシーポリシーページのURL https://dan101.com
対応言語 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"
    ]
}