Find UID - DM Tools

Author: Lê Thanh Tuân

Cos'è Find UID - DM Tools?

Find UID - DM Tools è un'estensione di Chrome sviluppata da Jack Le, e la sua funzione principale è "Author: Lê Thanh Tuân".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Find UID - DM Tools

Scarica i file di estensione Find UID - DM Tools in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Find UID - DM Tools Find UID - DM Tools
ID jehmgpfndlficlgmkonalgfimcbmhaja
URL Ufficiale https://chrome.google.com/webstore/detail/find-uid-dm-tools/jehmgpfndlficlgmkonalgfimcbmhaja
Descrizione Author: Lê Thanh Tuân
Dimensione del File 12.71 KB
Conteggio Installazioni 273
Versione Corrente 1.0.2
Ultimo Aggiornamento 2019-05-08
Data di Pubblicazione 2019-05-07
Sviluppatore Jack Le
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://dtx.vn
Lingue Supportate 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
    }
}