How can I add adsense to my chrome extension?

为君一笑 提交于 2019-11-30 14:58:37

问题


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.


回答1:


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.




回答2:


AdSense in packaged apps is being worked on. See the discussion here: https://groups.google.com/a/chromium.org/forum/?hl=en&fromgroups#!topic/chromium-apps/_47r_YKRdjA

In the meantime, star this issue: https://code.google.com/p/chromium/issues/detail?id=132602



来源:https://stackoverflow.com/questions/13293998/how-can-i-add-adsense-to-my-chrome-extension

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!