Team Dan

Dan with options

Co to jest Team Dan?

Team Dan to rozszerzenie Chrome opracowane przez 2017teamzd, a jego główną funkcją jest „Dan with options”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Team Dan

Pobierz pliki rozszerzeń Team Dan w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa Team Dan Team Dan
ID hjokkhicaclbmhnnofhfnagkdaekhojn
Oficjalny URL https://chrome.google.com/webstore/detail/team-dan/hjokkhicaclbmhnnofhfnagkdaekhojn
Opis Dan with options
Rozmiar pliku 62.66 KB
Liczba instalacji 2,000
Aktualna Wersja 7.0
Ostatnia Aktualizacja 2020-06-07
Data Publikacji 2020-06-07
Ocena 4.48/5 Łącznie 33 Oceny
Deweloper 2017teamzd
Typ Płatności free
Obsługiwane Języki 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"
    ]
}