Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Inject advertisements in pages

Today I noticed that in the Chrome web store dashboard, under my extension's settings there is a check-box labeled "Ads Behavior", and whose description is "This extension injects ads into some third-party websites.".

My questions are:

  • Can an ad-supported extension inject advertisements in a page visited by the user?
  • If so, what is an acceptable policy?
  • Can the extension replace existing advertisements (even though that seems to me kind of unethical/stealing) or must it only create new ones?
  • Is it possible to use any ads network or must it be adsense?

Thanks

like image 251
Francesco Avatar asked Mar 31 '12 22:03

Francesco


1 Answers

Is it possible to use any ads network or must it be adsense?

Actually it can't be AdSense. It's specifically mentionned in their program policies:

Currently, we don't permit Google ads or AdSense for search boxes to be distributed through software applications, including but not limited to, toolbars, browser extensions and desktop applications.

I wonder if any ad provider allows such a thing.

like image 75
Romanito Avatar answered Sep 21 '22 05:09

Romanito