Surviv.io Pointer
Chrome extension to change the cursor in surviv.io from the crosshair to the pointer cursor. More info, attributions and change…
ما هو Surviv.io Pointer؟
Surviv.io Pointer هو إضافة Chrome تم تطويرها بواسطة devchris314159، والميزة الرئيسية لها هي "Chrome extension to change the cursor in surviv.io from the crosshair to the pointer cursor. More info, attributions and change…".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Surviv.io Pointer
قم بتنزيل ملفات الامتداد Surviv.io Pointer بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Chrome extension to change the cursor in surviv.io from the crosshair to the pointer cursor. More info, attributions and change notes on the github repo: https://github.com/grabc59/surviv-io-pointer-extension
معلومات أساسية عن التمديد
الاسم | |
ID | lngekiocifaldnomhioeklpbejcgdfaa |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/survivio-pointer/lngekiocifaldnomhioeklpbejcgdfaa |
الوصف | Chrome extension to change the cursor in surviv.io from the crosshair to the pointer cursor. More info, attributions and change… |
حجم الملف | 66.34 KB |
عدد التثبيتات | 760 |
النسخة الحالية | 0.4 |
آخر تحديث | 2018-09-03 |
تاريخ النشر | 2018-09-03 |
تقييم | 3.64/5 مجموع تقييمات 22 |
المطور | devchris314159 |
نوع الدفع | free |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Surviv.io Pointer", "version": "0.4", "browser_action": { "default_icon": "radioactive.png" }, "content_scripts": [ { "matches": [ "*:\/\/surviv.io\/*", "*:\/\/surviv2.io\/*", "*:\/\/surviv2.io\/*", "*:\/\/2dbattleroyale.com\/*", "*:\/\/2dbattleroyale.com\/*" ], "js": [ "jquery-3.3.1.min.js", "content.js" ] } ], "background": { "scripts": [ "background.js" ] } } |