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”。
擴展截圖
下載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
擴展基本資訊
名稱 | |
ID | jehmgpfndlficlgmkonalgfimcbmhaja |
官方網址 | 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 } } |