Simple Dan

Simple Dan with options

Vad är Simple Dan?

Simple Dan är en Chrome-tillägg utvecklad av https://dan101.com, och dess huvudfunktion är "Simple Dan with options".

Tilläggsskärmbilder

screenshot

Ladda ner Simple Dan-förlängningens CRX-fil

Ladda ner Simple Dan-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn Simple Dan Simple Dan
ID indenegfmkfidlpecibjlcgkokilhfgp
Officiell webbadress https://chromewebstore.google.com/detail/simple-dan/indenegfmkfidlpecibjlcgkokilhfgp
Beskrivning Simple Dan with options
Filstorlek 20.8 KB
Antal Installationer 488
Aktuell Version 5.0
Senast Uppdaterad 2023-01-10
Publiceringsdatum 2020-06-08
Utvecklare https://dan101.com
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://dan101.com
Hjälpsida URL https://www.freeprivacypolicy.com/live/1073cab2-8d56-4dcd-bd34-1e305bf40f5c
URL till Sekretesspolicy Sidan https://dan101.com
Stödda Språk 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"
    ]
}