RonicsExtension
A Krunker.io extension. Community Discord: https://discord.gg/wze5jGy
RonicsExtension क्या है?
RonicsExtension ronics द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A Krunker.io extension. Community Discord: https://discord.gg/wze5jGy"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में RonicsExtension एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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" ] } ] } |