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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A simple extension which displays a dot in the centre of the screen, useful for aiming in browser FPS games like krunker.io"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में xDot एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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", " |