Hey, I was looking for a chrome extension which can open a youtube video in a popup window and i can stick it aside. After using it for a while I realized they are providing a feature called Toggle Youtube Ads. I am wondering is that possible with YouTube API 3.0 ? or they are doing some new magic if so, then can anyone tell me how ?
Nash
Scientific image processing
You'd have to examine the source to find out how that particular extension is blocking ads. In general, the trivial method to block ads on Youtube is to load the video twice. Youtube will not show you ads on a video that you were watching and had to reload the page for some reason. So a Youtube video does not show ads on the second load.
Extensions like adblock use more sophisticated methods like blocked the network request from the browser to display the ad etc. You might want to scope out the Adblock filter lists to see how Youtube ads are blocked,