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 |
官方網址 | 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" ] } ] } |