Fruit Cutter

Cut fruits like ninja! Avoid bombs!

Fruit Cutter란 무엇입니까?

Fruit Cutter은(는) Games Classic에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Cut fruits like ninja! Avoid bombs!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Fruit Cutter is a browser extension game that allows players to slice through virtual fruit as it flies across the screen in a relaxing and stress-free environment.

Unlike other modes the Fruit Cutter does not have a time limit, allowing players to slice through fruit at their own pace. However, the game does add an element of challenge by introducing bombs that appear on the screen. Players must avoid slicing through the bombs, as doing so will end the game.

Fruit Cutter is a great game for players who want to relax and unwind while still challenging their reflexes and hand-eye coordination. It is easy to pick up and play, but difficult to master, as players must constantly improve their accuracy and speed to achieve high scores.

While Fruit Cutter does not offer any power-ups or new blades, it is still a fun and engaging game that is suitable for players of all ages.


Fruit Cutter is a fast-paced and addictive game that is suitable for players of all ages. It is easy to pick up and play, but challenging to master, as players must constantly improve their speed and accuracy to achieve high scores.

Overall, Fruit Cutter is a fun and engaging browser extension game that offers endless entertainment for players. Fruit Cutter  is a game that is sure to keep you coming back for more. 

So why wait? Give Fruit Cutter a try today and see if you have what it takes to become a fruit-slicing master!                    

확장 프로그램 기본 정보

이름 Fruit Cutter Fruit Cutter
ID ighdimaffbhlikdnbknegobblbanofff
공식 URL https://chromewebstore.google.com/detail/fruit-cutter/ighdimaffbhlikdnbknegobblbanofff
설명 Cut fruits like ninja! Avoid bombs!
파일 크기 1.3 MB
설치 횟수 22,982
현재 버전 1.0.0.5
최근 업데이트 2024-02-01
출시 날짜 2022-01-01
평점 4.50/5 총 10 개의 평점
개발자 Games Classic
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://bit.ly/3wwRKgg
지원되는 언어 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": "\/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",
        "48": "icons\/icon48.png"
    },
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "http:\/\/*\/*",
        "storage",
        "cookies",
        "https:\/\/*\/*"
    ],
    "version": "1.0.0.5"
}