Team Dan

Dan with options

什麼是Team Dan?

Team Dan是由2017teamzd開發的Chrome擴展程式,該擴展的主要功能是“Dan with options”。

擴展截圖

screenshot

下載Team Dan擴展crx文件

下載Team Dan擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Just a little something to help you play this game we love so much. Great for helping you feed and visit your friends. Enjoy.                    

擴展基本資訊

名稱 Team Dan Team Dan
ID hjokkhicaclbmhnnofhfnagkdaekhojn
官方網址 https://chrome.google.com/webstore/detail/team-dan/hjokkhicaclbmhnnofhfnagkdaekhojn
簡介 Dan with options
檔案大小 62.66 KB
安裝次數 2,000
目前版本 7.0
更新時間 2020-06-07
上架時間 2020-06-07
評分 4.48/5 共 33 次評分
開發者 2017teamzd
付費類型 free
支援的語言 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": "Team 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": "Team 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"
    ]
}