RonicsExtension
A Krunker.io extension. Community Discord: https://discord.gg/wze5jGy
RonicsExtensionとは何ですか?
RonicsExtensionはronicsによって開発されたChromeの拡張機能で、その主な機能は「A Krunker.io extension. Community Discord: https://discord.gg/wze5jGy」です。
拡張機能のスクリーンショット
RonicsExtension拡張機能のCRXファイルをダウンロード
RonicsExtension拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 |
Eメール | [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" ] } ] } |