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"입니다.

확장 프로그램 스크린샷

screenshot

RonicsExtension 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 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"
            ]
        }
    ]
}