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
What is Admicro's Visitor Emulator?
Admicro's Visitor Emulator is a Chrome extension developed by ĐăngMH, and its main feature is "Công cụ giả lập người dùng trên hệ thống quảng cáo của Admicro".
Download Admicro's Visitor Emulator Extension CRX File
Download Admicro's Visitor Emulator extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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)
Extension Basic Information
Name | |
ID | nkfiogioilajdcdacbmkogehemblijao |
Official URL | https://chrome.google.com/webstore/detail/admicros-visitor-emulator/nkfiogioilajdcdacbmkogehemblijao |
Description | Công cụ giả lập người dùng trên hệ thống quảng cáo của Admicro |
File Size | 154 KB |
Installation Count | 82 |
Current Version | 1.6.0 |
Last Updated | 2017-10-11 |
Publish Date | 2017-10-11 |
Rating | 4.33/5 Total 3 Ratings |
Developer | ĐăngMH |
[email protected] | |
Payment Type | free |
Extension Website | http://dangmh.com |
Help Page URL | http://dangmh.com |
Privacy Policy Page URL | http://dangmh.com |
Supported Languages | 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": [ "*" ] } |