Zombs Royale Cursor Line

Zombs Royale Cursor Line

Zombs Royale Cursor Line란 무엇입니까?

Zombs Royale Cursor Line은(는) accchow에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Zombs Royale Cursor Line"입니다.

확장 프로그램 스크린샷

screenshot

Zombs Royale Cursor Line 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        It helps in playing Zombs Royale, the Windows cursor with a target line will be shown.                    

확장 프로그램 기본 정보

이름 Zombs Royale Cursor Line Zombs Royale Cursor Line
ID gjkkmhdgiombhhgkklidllgenonicehh
공식 URL https://chromewebstore.google.com/detail/zombs-royale-cursor-line/gjkkmhdgiombhhgkklidllgenonicehh
설명 Zombs Royale Cursor Line
파일 크기 205 KB
설치 횟수 949
현재 버전 1.1.2
최근 업데이트 2020-04-26
출시 날짜 2020-04-25
평점 3.44/5 총 9 개의 평점
개발자 accchow
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Zombs Royale Cursor Line",
    "short_name": "zombsline",
    "version": "1.1.2",
    "description": "Zombs Royale Cursor Line",
    "manifest_version": 2,
    "icons": {
        "16": "logo16.png",
        "48": "logo48.png",
        "128": "logo128.png"
    },
    "browser_action": {
        "default_icon": "logo48.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/zombsroyale.io\/"
            ],
            "js": [
                "jquery.min.js",
                "content.js"
            ],
            "include_globs": [
                "https:\/\/zombsroyale.io\/"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "background": {
        "page": "background.html"
    }
}