xDot
A simple extension which displays a dot in the centre of the screen, useful for aiming in browser FPS games like krunker.io
What is xDot?
xDot is a Chrome extension developed by udbhavs03, and its main feature is "A simple extension which displays a dot in the centre of the screen, useful for aiming in browser FPS games like krunker.io".
Extension Screenshots
Download xDot Extension CRX File
Download xDot 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
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
Extension Basic Information
Name | |
ID | odgimjjamegkifkahpglfbclceiljndi |
Official URL | https://chrome.google.com/webstore/detail/xdot/odgimjjamegkifkahpglfbclceiljndi |
Description | A simple extension which displays a dot in the centre of the screen, useful for aiming in browser FPS games like krunker.io |
File Size | 9.58 KB |
Installation Count | 854 |
Current Version | 1.0 |
Last Updated | 2019-04-30 |
Publish Date | 2019-04-30 |
Rating | 4.25/5 Total 4 Ratings |
Developer | udbhavs03 |
Payment Type | free |
Extension Website | https://github.com/udbhav-s/xDotExtension |
Supported Languages | 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", " |