Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

AdSense in a Chrome Extension [closed]

Google recently sent developers a mail, saying that they "are updating our ad policies to allow extensions to monetize through ads". At first I thought this would mean I'm now able to use AdSense in a Chrome Extension, because you know... Google, ads, ... They are kind of related.

However, after looking a bit closer at the matter today, I found the AdSense policy to be the same as before:

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. In order to comply with AdSense program policies, please note that Google AdSense code may only be implemented on web-based pages.

So, does that mean Google's encouraging developers to monetize their Google Chrome Extensions through ad networks other than Google AdSense?

like image 952
TomTasche Avatar asked Jul 07 '12 22:07

TomTasche


People also ask

Can Chrome extensions be monetized?

# In-app payments Generally, Chrome Apps and Extensions can use the Chrome Web Store API to charge for features or virtual goods. The fee for using this API is just 5% per transaction. For example, if you charge $1.99, you'll receive $1.89; if you charge $9.99, you'll receive $9.49.

Why are my extensions not working in Chrome?

Outdated Extensions Check if the extension, which isn't loading properly, has been updated. Chrome usually updates extensions automatically whenever a new version becomes available. Still, it may take some time until its following schedule to verify whether any updates are available for extensions.

Can Chrome extensions close tabs?

Allows you to close other tabs with one click on the extension icon. Right-clicking on the same icon brings context menu with additional options ("Close tabs to the right" and "Close tabs to the left"). The extension also supports keyboard shortcuts. Go to chrome://extensions/shortcuts to set them.


2 Answers

Surprising, yes, but correct. From Google Chrome Web Store Program Policies:

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

like image 177
cprcrack Avatar answered Sep 17 '22 13:09

cprcrack


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

like image 32
neave Avatar answered Sep 19 '22 13:09

neave