Advertisements
The Chrome Version of Angry Birds was been Live a few hours back and now it has been Hacked to give Players access to all of the Levels. Web Developer Wes Bos saw the potential to make a slight change to the Web Cache and had a working hack in short time as reported by thenextweb.

Where, Bos also said that he was able to quickly find a Hack that gave him access to all of the Levels in the Angry Birds Game, and got access on 7 other Levels which are exclusive for Chrome Web Browser.
“I was quickly able to find a hack that gave me access to all the levels, even the special Chrome levels! So to get access to all levels in Chrome Angry Birds, just copy and paste the following line into your browser’s address bar.”
Bos also provided to Unlock all of the levels, and if you want to fire up Angry Birds, then Copy and Paste this Code into your Address Bar of Google Chrome Web Browser :-
javascript: var i = 0; while (i<=69) { localStorage.setItem(‘level_star_’+i,’3′); i++; } window.location.reload();
If you want to switch back the Game to all Levels Locked, then use this Code in the Chrome Address Bar :-
javascript: var i = 0; while (i<=69) { localStorage.setItem(‘level_star_’+i,’-1′); i++; } window.location.reload();
Bos goes on to explain that the key to the hack is that Rovio mentioned that it was using HTML5′s LocalStorage to cache game files.
“If you open up Web Inspector in Chrome, you’ll see they are keeping track of your score and stars with localstorage. Lucky for us, that means we can use setItem() set all 70 levels to 3 and get access to them all”.
So, now you can decide, whether to play the actual Game of just use this Ros Hack to Play Angry Birds Game on Web without the Boring Levels.Via