Simple Dan

Simple Dan with options

Simple Danคืออะไร?

Simple Dan เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://dan101.com และคุณลักษณะหลักของมันคือ "Simple Dan with options"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Simple Dan

ดาวน์โหลดไฟล์ส่วนขยาย Simple Dan ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
    ]
}