Simple Dan

Simple Dan with options

Hvad er Simple Dan?

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

Udvidelsesskærmbilleder

screenshot

Download Simple Dan-udvidelses-CRX-fil

Download Simple Dan-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

                        Simple Dan  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 Simple Dan Simple Dan
ID indenegfmkfidlpecibjlcgkokilhfgp
Officiel URL https://chromewebstore.google.com/detail/simple-dan/indenegfmkfidlpecibjlcgkokilhfgp
Beskrivelse Simple Dan with options
Filstørrelse 20.8 KB
Antal Installationer 488
Nuværende Version 5.0
Senest Opdateret 2023-01-10
Udgivelsesdato 2020-06-08
Udvikler https://dan101.com
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://dan101.com
Hjælpeside-URL https://www.freeprivacypolicy.com/live/1073cab2-8d56-4dcd-bd34-1e305bf40f5c
URL til Fortrolighedspolitik Side https://dan101.com
Understøttede Sprog en-US
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": "Simple Dan with options",
    "icons": {
        "128": "icon_128.png"
    },
    "manifest_version": 2,
    "name": "Simple Dan",
    "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.0",
    "web_accessible_resources": [
        "manageGift.js",
        "manageGift.html",
        "options.js",
        "options.html"
    ]
}