Anti-cheat extension for Surviv.io

This extension prevents cheaters from killing you by restricting your access to the game.

Anti-cheat extension for Surviv.io란 무엇입니까?

Anti-cheat extension for Surviv.io은(는) Yevgen Sh. Inc에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension prevents cheaters from killing you by restricting your access to the game."입니다.

확장 프로그램 스크린샷

screenshot

Anti-cheat extension for Surviv.io 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        This Chrome extension prevents cheaters from killing you. And it works!

The deal it's pretty straightforward:
1. You installed this tiny (less 1 Mb) extension and it prevents you from entering the game.
2. ...
3. PROFIT! Cheaters can't hurt you! You're free from frustrations, you can spend more quality time with your friends and family, you have more time for your career and education. The sky's the limit!                    

확장 프로그램 기본 정보

이름 Anti-cheat extension for Surviv.io Anti-cheat extension for Surviv.io
ID lfhgglhliclgicjndggiedneblgemjgl
공식 URL https://chromewebstore.google.com/detail/anti-cheat-extension-for/lfhgglhliclgicjndggiedneblgemjgl
설명 This extension prevents cheaters from killing you by restricting your access to the game.
파일 크기 52.58 KB
설치 횟수 22
현재 버전 0.0.2
최근 업데이트 2021-01-31
출시 날짜 2021-01-30
평점 3.00/5 총 2 개의 평점
개발자 Yevgen Sh. Inc
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Anti-cheat extension for Surviv.io",
    "description": "This extension prevents cheaters from killing you by restricting your access to the game.",
    "version": "0.0.2",
    "options_page": "index.html",
    "permissions": [
        "*:\/\/surviv.io\/*"
    ],
    "content_scripts": [
        {
            "js": [
                "injection.js"
            ],
            "matches": [
                "*:\/\/www.surviv.io\/*",
                "*:\/\/surviv.io\/*"
            ]
        }
    ],
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png"
    },
    "web_accessible_resources": [
        "index.html",
        "main.js",
        "favicon.ico"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self';"
}