Team Dan

Dan with options

Apa itu Team Dan?

Team Dan adalah ekstensi Chrome yang dikembangkan oleh 2017teamzd, dan fitur utamanya adalah "Dan with options".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Team Dan

Unduh file ekstensi Team Dan dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama Team Dan Team Dan
ID hjokkhicaclbmhnnofhfnagkdaekhojn
URL Resmi https://chrome.google.com/webstore/detail/team-dan/hjokkhicaclbmhnnofhfnagkdaekhojn
Deskripsi Dan with options
Ukuran File 62.66 KB
Jumlah Instalasi 2,000
Versi Saat Ini 7.0
Terakhir Diperbarui 2020-06-07
Tanggal Publikasi 2020-06-07
Penilaian 4.48/5 Total 33 Penilaian
Pengembang 2017teamzd
Tipe Pembayaran free
Bahasa yang Didukung 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"
    ]
}