Find UID - DM Tools

Author: Lê Thanh Tuân

Find UID - DM Toolsคืออะไร?

Find UID - DM Tools เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Jack Le และคุณลักษณะหลักของมันคือ "Author: Lê Thanh Tuân"

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Find UID - DM Tools

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

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

                        Lấy thông tin bạn bè
Lấy thành viên nhóm
Lấy những người comment bài viết
Lấy thông tin từ comment của trang hiện tại
Lấy người like

Có thể tải xuống UID hoặc Full thông tin

Mọi thắc mắc xin liên hệ về email: [email protected]

Sau khi tải về hãy tải lại trang để tool có thể hoạt động ngay                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Find UID - DM Tools Find UID - DM Tools
ID jehmgpfndlficlgmkonalgfimcbmhaja
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/find-uid-dm-tools/jehmgpfndlficlgmkonalgfimcbmhaja
คำอธิบาย Author: Lê Thanh Tuân
ขนาดไฟล์ 12.71 KB
จำนวนการติดตั้ง 273
เวอร์ชันปัจจุบัน 1.0.2
อัปเดตครั้งล่าสุด 2019-05-08
วันที่เผยแพร่ 2019-05-07
ผู้พัฒนา Jack Le
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://dtx.vn
ภาษาที่รองรับ vi
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Find UID - DM Tools",
    "version": "1.0.2",
    "description": "Author: L\u00ea Thanh Tu\u00e2n",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "name": "Manipulate DOM",
        "default_icon": "logo.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "32": "logo.png",
        "48": "logo.png",
        "128": "logo.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/tools.sieudata.com; object-src 'self'; connect-src 'self' https:\/\/db.sieudata.com;",
    "content_scripts": [
        {
            "js": [
                "content_scripts.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.sieudata.com\/*"
        ]
    },
    "permissions": [
        "activeTab",
        "storage",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "https:\/\/db.sieudata.com\/"
    ],
    "options_ui": {
        "page": "options.html",
        "open_in_tab": false
    }
}