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
官方網址 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
電子郵箱 [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"
    ]
}