Admicro's Visitor Emulator
Công cụ giả lập người dùng trên hệ thống quảng cáo của Admicro
Admicro's Visitor Emulator란 무엇입니까?
Admicro's Visitor Emulator은(는) ĐăngMH에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Công cụ giả lập người dùng trên hệ thống quảng cáo của Admicro"입니다.
Admicro's Visitor Emulator 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Công cụ giả lập người dùng trên hệ thống quảng cáo của Admicro, bao gồm: - Giả lập vùng miền: + Miền Bắc + Miền Trung + Miền Nam + Nước ngoài - Giả lập thông tin về người dùng (sẽ cập nhật trong phiên bản sau)
확장 프로그램 기본 정보
이름 | |
ID | nkfiogioilajdcdacbmkogehemblijao |
공식 URL | https://chrome.google.com/webstore/detail/admicros-visitor-emulator/nkfiogioilajdcdacbmkogehemblijao |
설명 | Công cụ giả lập người dùng trên hệ thống quảng cáo của Admicro |
파일 크기 | 154 KB |
설치 횟수 | 82 |
현재 버전 | 1.6.0 |
최근 업데이트 | 2017-10-11 |
출시 날짜 | 2017-10-11 |
평점 | 4.33/5 총 3 개의 평점 |
개발자 | ĐăngMH |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://dangmh.com |
도움말 페이지 URL | http://dangmh.com |
개인정보 보호 정책 페이지 URL | http://dangmh.com |
지원되는 언어 | vi |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Admicro's Visitor Emulator", "description": "C\u00f4ng c\u1ee5 gi\u1ea3 l\u1eadp ng\u01b0\u1eddi d\u00f9ng tr\u00ean h\u1ec7 th\u1ed1ng qu\u1ea3ng c\u00e1o c\u1ee7a Admicro", "version": "1.6.0", "icons": { "48": "icon.png", "64": "icon.png", "128": "icon.png", "256": "icon.png" }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*", "cookies" ], "browser_action": { "default_title": "Admicro's Visitor Emulator", "default_icon": "icon.png", "default_popup": "popup.html" }, "web_accessible_resources": [ "*" ] } |