Space Ninja

Cut all planets and dont touch the bombs

Space Ninja란 무엇입니까?

Space Ninja은(는) Cool Games에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Cut all planets and dont touch the bombs"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Now you can not only waste your time playing, but also significantly pump your reaction. Use all your concentration to only hit the planets - otherwise you will lose. Pop-up game and therefore always at hand! It's even cooler than ninja fruit.

It's funny, it's fun, it's beautiful!                    

확장 프로그램 기본 정보

이름 Space Ninja Space Ninja
ID beohemedcbhkhfnjpchhkfpgchciceck
공식 URL https://chromewebstore.google.com/detail/space-ninja/beohemedcbhkhfnjpchhkfpgchciceck
설명 Cut all planets and dont touch the bombs
파일 크기 1.35 MB
설치 횟수 4,387
현재 버전 1.0.0.2
최근 업데이트 2022-06-24
출시 날짜 2021-11-16
평점 5.00/5 총 5 개의 평점
개발자 Cool Games
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://bit.ly/3wHLy6q
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "superagent.js",
            "anticheat.js"
        ]
    },
    "browser_action": {
        "default_icon": "icons\/icon128.png",
        "default_popup": "files\/popup.html",
        "default_title": "__MSG_appButtonDesc__"
    },
    "content_security_policy": "script-src 'self' blob: 'unsafe-eval' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "default_locale": "en",
    "description": "__MSG_appDesc__",
    "icons": {
        "128": "icons\/icon128.png",
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "64": "icons\/icon64.png"
    },
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "http:\/\/*\/*",
        "storage",
        "cookies",
        "https:\/\/*\/*"
    ],
    "version": "1.0.0.2"
}