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 هو إضافة Chrome تم تطويرها بواسطة 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 للإضافة xDot
قم بتنزيل ملفات الامتداد xDot بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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", " |