Auto Click Đua Trâu Tết Liên Quân 2021
Tự động click Đua Trâu Tết Liên Quân 2021
What is Auto Click Đua Trâu Tết Liên Quân 2021?
Auto Click Đua Trâu Tết Liên Quân 2021 is a Chrome extension developed by Phan Anh Tuấn, and its main feature is "Tự động click Đua Trâu Tết Liên Quân 2021".
Extension Screenshots
Download Auto Click Đua Trâu Tết Liên Quân 2021 Extension CRX File
Download Auto Click Đua Trâu Tết Liên Quân 2021 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
Extension này giúp người dùng tự động nhấp chuột vào ô Đua (màu vàng) trong trang web sự kiện Đua Trâu Tết Liên Quân. Bạn dễ dàng giành được chiến thắng.
Extension Basic Information
Name | |
ID | damllefpcnmfeebojfhjlpoffnijiong |
Official URL | https://chromewebstore.google.com/detail/auto-click-%C4%91ua-tr%C3%A2u-t%E1%BA%BFt-l/damllefpcnmfeebojfhjlpoffnijiong |
Description | Tự động click Đua Trâu Tết Liên Quân 2021 |
File Size | 79.11 KB |
Installation Count | 46 |
Current Version | 1.0 |
Last Updated | 2021-02-13 |
Publish Date | 2021-02-13 |
Developer | Phan Anh Tuấn |
[email protected] | |
Payment Type | free |
Supported Languages | vi |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Auto Click \u0110ua Tr\u00e2u T\u1ebft Li\u00ean Qu\u00e2n 2021", "description": "T\u1ef1 \u0111\u1ed9ng click \u0110ua Tr\u00e2u T\u1ebft Li\u00ean Qu\u00e2n 2021", "version": "1.0", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" }, "content_scripts": [ { "matches": [ "http:\/\/tet.lienquan.garena.vn\/*", "https:\/\/tet.lienquan.garena.vn\/*" ], "js": [ "content.js" ], "all_frames": true, "run_at": "document_end" } ] } |