Find UID - DM Tools

Author: Lê Thanh Tuân

What is Find UID - DM Tools?

Find UID - DM Tools is a Chrome extension developed by Jack Le, and its main feature is "Author: Lê Thanh Tuân".

Extension Screenshots

screenshot
screenshot

Download Find UID - DM Tools Extension CRX File

Download Find UID - DM Tools extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Find UID - DM Tools Find UID - DM Tools
ID jehmgpfndlficlgmkonalgfimcbmhaja
Official URL https://chrome.google.com/webstore/detail/find-uid-dm-tools/jehmgpfndlficlgmkonalgfimcbmhaja
Description Author: Lê Thanh Tuân
File Size 12.71 KB
Installation Count 273
Current Version 1.0.2
Last Updated 2019-05-08
Publish Date 2019-05-07
Developer Jack Le
Email [email protected]
Payment Type free
Privacy Policy Page URL https://dtx.vn
Supported Languages 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
    }
}