Simple Dan

Simple Dan with options

Simple Dan란 무엇입니까?

Simple Dan은(는) https://dan101.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Simple Dan with options"입니다.

확장 프로그램 스크린샷

screenshot

Simple Dan 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 Simple Dan Simple Dan
ID indenegfmkfidlpecibjlcgkokilhfgp
공식 URL https://chromewebstore.google.com/detail/simple-dan/indenegfmkfidlpecibjlcgkokilhfgp
설명 Simple Dan with options
파일 크기 20.8 KB
설치 횟수 488
현재 버전 5.0
최근 업데이트 2023-01-10
출시 날짜 2020-06-08
개발자 https://dan101.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://dan101.com
도움말 페이지 URL https://www.freeprivacypolicy.com/live/1073cab2-8d56-4dcd-bd34-1e305bf40f5c
개인정보 보호 정책 페이지 URL https://dan101.com
지원되는 언어 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"
    ]
}