xDot
A simple extension which displays a dot in the centre of the screen, useful for aiming in browser FPS games like krunker.io
xDot là gì?
xDot là một tiện ích mở rộng Chrome được phát triển bởi udbhavs03, và tính năng chính của nó là "A simple extension which displays a dot in the centre of the screen, useful for aiming in browser FPS games like krunker.io".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng xDot
Tải xuống các tệp mở rộng xDot dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
xDot is a simple extension which can be used to show a small customizable dot in the center of the screen. This is useful for things like aiming and quickscoping in browser-based FPS games like krunker.io
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | odgimjjamegkifkahpglfbclceiljndi |
URL Chính Thức | https://chrome.google.com/webstore/detail/xdot/odgimjjamegkifkahpglfbclceiljndi |
Mô tả | A simple extension which displays a dot in the centre of the screen, useful for aiming in browser FPS games like krunker.io |
Kích Thước Tệp | 9.58 KB |
Số Lần Cài Đặt | 854 |
Phiên Bản Hiện Tại | 1.0 |
Cập Nhật Lần Cuối | 2019-04-30 |
Ngày Phát Hành | 2019-04-30 |
Đánh Giá | 4.25/5 Tổng số 4 Đánh Giá |
Nhà Phát Triển | udbhavs03 |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/udbhav-s/xDotExtension |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "1.0", "name": "xDot", "description": "A simple extension which displays a dot in the centre of the screen, useful for aiming in browser FPS games like krunker.io", "author": "Udbhav Saxena", "browser_action": { "default_icon": "icon.png", "default_title": "xDot", "default_popup": "popup.html" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "permissions": [ "activeTab", "tabs", "storage", " |