Dan 101

Dan 101 with options

Dan 101란 무엇입니까?

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

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 Dan 101 Dan 101
ID bfjjkdleggcbmglmchejiighplfbnpll
공식 URL https://chrome.google.com/webstore/detail/dan-101/bfjjkdleggcbmglmchejiighplfbnpll
설명 Dan 101 with options
파일 크기 51.73 KB
설치 횟수 1,049
현재 버전 5.3
최근 업데이트 2023-01-09
출시 날짜 2023-01-09
평점 4.40/5 총 15 개의 평점
개발자 http://dan101.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://dan101.com
도움말 페이지 URL https://app.termly.io/dashboard/website/fc5e6bc2-220b-434f-b3b0-1329d724917e/privacy-policy
개인정보 보호 정책 페이지 URL https://dan101.com
지원되는 언어 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"
    ]
}