Search code examples
javascripthtmlcssgoogle-chrome-extensionads

Is there a way to add ads to a chrome extension


After hours of looking for an ad service like google ads, trying to add them to my new tab chrome extension, I couldn't find a single one that allows ads in the extension. All the services need a website URL to place their ads and extensions don't have URLs.
So, how can I put an ad on the extension?
Please help; any response is appreciated.
Thanks in advance.


Solution

  • You can create/using a website only for rendering ads and the put your chrome extension an iframe to show ads for your users.