RonicsExtension
A Krunker.io extension. Community Discord: https://discord.gg/wze5jGy
Qu'est-ce que RonicsExtension ?
RonicsExtension est une extension Chrome développée par ronics, et sa fonction principale est "A Krunker.io extension. Community Discord: https://discord.gg/wze5jGy".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension RonicsExtension
Téléchargez les fichiers d'extension RonicsExtension au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | RonicsExtension |
ID | obnijgkacpdfffihejgoehojmibkhpja |
URL Officiel | https://chromewebstore.google.com/detail/ronicsextension/obnijgkacpdfffihejgoehojmibkhpja |
Description | A Krunker.io extension. Community Discord: https://discord.gg/wze5jGy |
Taille du Fichier | 240 KB |
Nombre d'Installations | 434 |
Version Actuelle | 1.7.0 |
Dernière Mise à Jour | 2020-10-22 |
Date de Publication | 2020-06-15 |
Évaluation | 4.35/5 Total 23 Évaluations |
Développeur | ronics |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } ] } |