Find UID - DM Tools

Author: Lê Thanh Tuân

Find UID - DM Toolsとは何ですか?

Find UID - DM ToolsはJack Leによって開発されたChromeの拡張機能で、その主な機能は「Author: Lê Thanh Tuân」です。

拡張機能のスクリーンショット

screenshot
screenshot

Find UID - DM Tools拡張機能のCRXファイルをダウンロード

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
Eメール [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
    }
}