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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة سياسة الخصوصية 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
    }
}