Dan 101

Dan 101 with options

Hvad er Dan 101?

Dan 101 er en Chrome-udvidelse udviklet af http://dan101.com, og dens hovedfunktion er "Dan 101 with options".

Udvidelsesskærmbilleder

screenshot

Download Dan 101-udvidelses-CRX-fil

Download Dan 101-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        Dan 101 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.                    

Grundlæggende oplysninger om udvidelsen

Navn Dan 101 Dan 101
ID bfjjkdleggcbmglmchejiighplfbnpll
Officiel URL https://chrome.google.com/webstore/detail/dan-101/bfjjkdleggcbmglmchejiighplfbnpll
Beskrivelse Dan 101 with options
Filstørrelse 51.73 KB
Antal Installationer 1,049
Nuværende Version 5.3
Senest Opdateret 2023-01-09
Udgivelsesdato 2023-01-09
Bedømmelse 4.40/5 Samlet 15 Bedømmelser
Udvikler http://dan101.com
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://dan101.com
Hjælpeside-URL https://app.termly.io/dashboard/website/fc5e6bc2-220b-434f-b3b0-1329d724917e/privacy-policy
URL til Fortrolighedspolitik Side https://dan101.com
Understøttede Sprog en
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": "Dan 101 with options",
    "icons": {
        "128": "icon_128.png"
    },
    "manifest_version": 2,
    "name": "Dan 101",
    "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.3",
    "web_accessible_resources": [
        "manageGift.js",
        "manageGift.html",
        "options.js",
        "options.html"
    ]
}