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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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
확장 프로그램 기본 정보
이름 | |
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 |
개인정보 보호 정책 페이지 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 } } |