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”。

擴展截圖

screenshot

下載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                    

擴展基本資訊

名稱 xDot xDot
ID odgimjjamegkifkahpglfbclceiljndi
官方網址 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",
        "