Idle Breakout Online play
Idle Breakout Online is another Idle game where you start off with clicking bricks to Play Factory Idle Unblocked Online free.
Idle Breakout Online play란 무엇입니까?
Idle Breakout Online play은(는) https://game.iblogger.in에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Idle Breakout Online is another Idle game where you start off with clicking bricks to Play Factory Idle Unblocked Online free."입니다.
확장 프로그램 스크린샷
Idle Breakout Online play 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Idle Breakout Game modernizes the Atari classic Game. Classic breakout for the Atari was a superb game. This modern idle game, however, takes the genre to the next level. During the game, you have to click the colored blocks to earn cash. Each block you click earns you a set fee - this can be upgraded. You can then use the cash to purchase breakout balls and upgrades so that you can smash the blocks faster. The upgrades are staggered - each progressive upgrade costs more. There are several different types of ball to choose from - the plasma ball, for example, has splash damage and travels quicker. Aside from the balls, you can also buy power-ups that only last for a set duration. The click fury power-up, for example, allows you to spawn power balls for 30 seconds wherever you click. See how far you can progress and how many levels of Idle Breakout you can complete. For other similar game with a pinball-style, you can check Idle Pinball Breakout. Features An idle version of the famous classic Atari Breakout Multiple balls with a unique parameter Numbered bricks that represent the hit needed to destroy them Addictive gameplay
확장 프로그램 기본 정보
이름 | |
ID | ngnkbmhlbiompcnpgmppdnjjhaillgnd |
공식 URL | https://chrome.google.com/webstore/detail/idle-breakout-online-play/ngnkbmhlbiompcnpgmppdnjjhaillgnd |
설명 | Idle Breakout Online is another Idle game where you start off with clicking bricks to Play Factory Idle Unblocked Online free. |
파일 크기 | 55.52 KB |
설치 횟수 | 532 |
현재 버전 | 1.2 |
최근 업데이트 | 2021-04-04 |
출시 날짜 | 2021-04-04 |
평점 | 1.00/5 총 1 개의 평점 |
개발자 | https://game.iblogger.in |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://games.iblogger.in/game/idle-breakout-online |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Idle Breakout Online play ", "description": "Idle Breakout Online is another Idle game where you start off with clicking bricks to Play Factory Idle Unblocked Online free.", "version": "1.2", "browser_action": { "default_icon": "icon.png", "default_popup": "index.html" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "icons": { "16": "icon.png", "32": "icon.png", "48": "icon.png", "128": "icon.png" } } |