Tuesday, May 17, 2011

Play Angry birds in any browser... No need iPhone, Android..:)

Just point your browser to chrome.angrybirds.com or download the app from Chrome webstore @ https://chrome.google.com/webstore/

The game is not complete (yet) but who cares, the addictive game still has 63+2 plays so just point and target 3 stars..:)

Update: Just got the hint that this is using the local storage and the hack to the 7 levels in Chrome Dimesion.
So this will open up the 5 levels and make it 63+7.

Install the angrybirds from chrome store and open it.
Once its running then paste below code in to the address bar and press enter. Now go and waste few more min..
javascript: var i = 0; while (i<=69) { localStorage.setItem('level_star_'+i,'3'); i++; } window.location.reload();

To return to original paste below code

javascript: var i = 1; while (i<=69) { localStorage.setItem('level_star_'+i,'-1'); i++; } window.location.reload();

No comments:

Post a Comment