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
公式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",
        "