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?
xDot是由udbhavs03开发的Chrome扩展程序,该扩展的主要功能是“A simple extension which displays a dot in the centre of the screen, useful for aiming in browser FPS games like krunker.io”。
扩展截图
下载xDot扩展crx文件
下载xDot扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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
扩展基本信息
名称 | |
ID | odgimjjamegkifkahpglfbclceiljndi |
官方URL | https://chrome.google.com/webstore/detail/xdot/odgimjjamegkifkahpglfbclceiljndi |
简介 | A simple extension which displays a dot in the centre of the screen, useful for aiming in browser FPS games like krunker.io |
文件大小 | 9.58 KB |
安装次数 | 854 |
当前版本 | 1.0 |
更新时间 | 2019-04-30 |
上架时间 | 2019-04-30 |
评分 | 4.25/5 共4次评分 |
开发者 | udbhavs03 |
付费类型 | free |
扩展官网 | https://github.com/udbhav-s/xDotExtension |
支持的语言 | 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", " |