Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How can I add adsense to my chrome extension?

I already programmed small chrome extension that when you click on it's icon it sends you to a specific URL.

Now I need to add an Adsense Advertisement included in my extension code, so that the ads appear at youtube.com at the right ,

Please look at the image: http://i.stack.imgur.com/yhVz5.jpg, I just marked where I want my ads to appear.

I've already seen an extension that does that, but I don't know how to do it.

like image 398
PHP-Programmer Avatar asked Nov 08 '12 17:11

PHP-Programmer


1 Answers

Have you read the program policies: Ads in Chrome Apps and Extensions https://developers.google.com/chrome/web-store/program_policies

Currently, AdSense may not be used to serve ads in Chrome extensions or packaged apps, per AdSense policies.

like image 118
user1731468 Avatar answered Oct 05 '22 10:10

user1731468