Friday, May 13, 2011

Play Angry Birds Online in Chrome, IE, Firefox, Safari & Opera Web Browsers

The addictive and widely popular game “Angry Birds” has finally arrived to play online on web via Google Chrome browser (also runs fine on Firefox, IE9, Safari & Opera Web Browsers), after conquering almost every platform it’s available – iOS, Android, WebOS, Symbian, Windows, Mac OS X and etc. The announcement about this has been made at Google 1/O 2011 developer conference – Keynote Day 2 on May 11, 2011 that improvement on graphics rendering technology in Google Chrome web browser allowing the Angry Birds for the web to be rendered at 60 fps.

Angry Birds for web is currently in Beta with 63 levels (7 additional special levels for Chrome) and is available for playing online in 2 modes – SD version and HD version. The graphics of Angry Birds for web seems really amazing, fans can now access their favourite Angry Birds on any computer’s web browser with HTML5 and Flash support (Google Chrome, Internet Explorer 9, Firefox 4, Safari, Opera, etc.), without the need to have a touchscreen smartphone and install the game first. The game asks to store the data on your computer so that you can can play the game offline without Internet access too.


 For those who don’t know much about this game, check out below “Angry Birds Cinematic Trailer” before stepping down in the game.




How To Play Angry Birds For Web Online:

For Chrome users, head over to the Chrome web store page and install the app to get started (already more than a million users using the app!).
If you are on any other web browser, visit Chrome.angrybirds.com and start playing the game right away!

To unlock and access all levels of Angry Birds for web, even the special Chrome levels, copy and paste and go the following code in the address bar.
javascript: var i = 0; while (i<=69) { localStorage.setItem(‘level_star_’+i,’3′); i++; } window.location.reload();
Make sure you’re actually on the game page when running this. The hack wasand tested  in firefox 4 and Chrome.


To set all levels to locked again, which is to reset to fresh game play state, simply copy and paste this into your address bar:
javascript: var i = 0; while (i<=69) { localStorage.setItem(‘level_star_’+i,’-1′); i++; } window.location.reload();

Note: If you use this JavaScript, remember to use the the following JS to unlock back the “local_star_0″ to “0″ or else you won’t be able to play any game:
javascript: localStorage.setItem(‘level_star_0′,’0′); window.location.reload();




No comments:

Post a Comment