Dan 101

Dan 101 with options

Cos'è Dan 101?

Dan 101 è un'estensione di Chrome sviluppata da http://dan101.com, e la sua funzione principale è "Dan 101 with options".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Dan 101

Scarica i file di estensione Dan 101 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

                        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.                    

Informazioni di Base sull'Estensione

Nome Dan 101 Dan 101
ID bfjjkdleggcbmglmchejiighplfbnpll
URL Ufficiale https://chrome.google.com/webstore/detail/dan-101/bfjjkdleggcbmglmchejiighplfbnpll
Descrizione Dan 101 with options
Dimensione del File 51.73 KB
Conteggio Installazioni 1,049
Versione Corrente 5.3
Ultimo Aggiornamento 2023-01-09
Data di Pubblicazione 2023-01-09
Valutazione 4.40/5 Totale 15 Valutazioni
Sviluppatore http://dan101.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://dan101.com
URL della Pagina di Aiuto https://app.termly.io/dashboard/website/fc5e6bc2-220b-434f-b3b0-1329d724917e/privacy-policy
URL della Pagina della Politica sulla Privacy https://dan101.com
Lingue Supportate 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"
    ]
}