Team Dan

Dan with options

Cos'è Team Dan?

Team Dan è un'estensione di Chrome sviluppata da 2017teamzd, e la sua funzione principale è "Dan with options".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Team Dan

Scarica i file di estensione Team Dan in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Team Dan Team Dan
ID hjokkhicaclbmhnnofhfnagkdaekhojn
URL Ufficiale https://chrome.google.com/webstore/detail/team-dan/hjokkhicaclbmhnnofhfnagkdaekhojn
Descrizione Dan with options
Dimensione del File 62.66 KB
Conteggio Installazioni 2,000
Versione Corrente 7.0
Ultimo Aggiornamento 2020-06-07
Data di Pubblicazione 2020-06-07
Valutazione 4.48/5 Totale 33 Valutazioni
Sviluppatore 2017teamzd
Tipo di Pagamento free
Lingue Supportate 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"
    ]
}