RonicsExtension
A Krunker.io extension. Community Discord: https://discord.gg/wze5jGy
RonicsExtension là gì?
RonicsExtension là một tiện ích mở rộng Chrome được phát triển bởi ronics, và tính năng chính của nó là "A Krunker.io extension. Community Discord: https://discord.gg/wze5jGy".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng RonicsExtension
Tải xuống các tệp mở rộng RonicsExtension dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | RonicsExtension |
ID | obnijgkacpdfffihejgoehojmibkhpja |
URL Chính Thức | https://chromewebstore.google.com/detail/ronicsextension/obnijgkacpdfffihejgoehojmibkhpja |
Mô tả | A Krunker.io extension. Community Discord: https://discord.gg/wze5jGy |
Kích Thước Tệp | 240 KB |
Số Lần Cài Đặt | 434 |
Phiên Bản Hiện Tại | 1.7.0 |
Cập Nhật Lần Cuối | 2020-10-22 |
Ngày Phát Hành | 2020-06-15 |
Đánh Giá | 4.35/5 Tổng số 23 Đánh Giá |
Nhà Phát Triển | ronics |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } ] } |