RonicsExtension
A Krunker.io extension. Community Discord: https://discord.gg/wze5jGy
ما هو RonicsExtension؟
RonicsExtension هو إضافة Chrome تم تطويرها بواسطة ronics، والميزة الرئيسية لها هي "A Krunker.io extension. Community Discord: https://discord.gg/wze5jGy".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة RonicsExtension
قم بتنزيل ملفات الامتداد RonicsExtension بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
With downloading the "RonicsExtention" you agree to the following license terms: The RonicsExtention is completely free to use for personal and commercial usage. You are not allowed to modify the code or steal it in any meaningfull way. Also, you aren't allowed to use any of the graphics outside of the extention. We are operating under german law. For more information please contact [email protected] If you are not willing to agree to the earlier told terms, please uninstall the RonicsExtention and/or delete it. License last updated: 2020/04/27 (YYYY/MM/DD) What does RonicsExtension? This extension currently gives you a cleaner looking design in the io-game "Krunker.io" and new features.
معلومات أساسية عن التمديد
الاسم | RonicsExtension |
ID | obnijgkacpdfffihejgoehojmibkhpja |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/ronicsextension/obnijgkacpdfffihejgoehojmibkhpja |
الوصف | A Krunker.io extension. Community Discord: https://discord.gg/wze5jGy |
حجم الملف | 240 KB |
عدد التثبيتات | 434 |
النسخة الحالية | 1.7.0 |
آخر تحديث | 2020-10-22 |
تاريخ النشر | 2020-06-15 |
تقييم | 4.35/5 مجموع تقييمات 23 |
المطور | ronics |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "RonicsExtension", "version": "1.7.0", "manifest_version": 2, "description": "A Krunker.io extension. Community Discord: https:\/\/discord.gg\/wze5jGy", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "author": "ronics", "content_scripts": [ { "matches": [ "https:\/\/krunker.io\/?game*" ], "js": [ "krunker.js" ] }, { "matches": [ "https:\/\/surviv.io\/*" ], "js": [ "surviv.js" ] }, { "matches": [ "https:\/\/krunker.io\/" ], "js": [ "krunker.js" ] }, { "matches": [ "https:\/\/krunker.io\/?*" ], "js": [ "krunker.js" ] } ] } |