[267[ Non advertise iframe is blocked.
Posted: Mon Apr 07, 2014 7:00 am
I am developing Chrome Extension.
The extension page is
https://chrome.google.com/webstore/deta ... kkeokdlbom
This extension use image editor "pixlr api" in iframe. (https://pixlr.com/developer/api/)
When I click "Edit" button of each image, with Adblock Plus active
1. an iframe is created
2. src is "http://pixlr.com/editor/?..."
3. iframe dose NOT loaded,
4 "Failed to load resource: net::ERR_BLOCKED_BY_CLIENT"
or "GET http://pixlr.com/editor/?... net::ERR_BLOCKED_BY_CLIENT" is in Chrome Console.
When I stop the Adblock Plus, its works fine.
Are there any methods to avoid blocking?
The extension page is
https://chrome.google.com/webstore/deta ... kkeokdlbom
This extension use image editor "pixlr api" in iframe. (https://pixlr.com/developer/api/)
When I click "Edit" button of each image, with Adblock Plus active
1. an iframe is created
2. src is "http://pixlr.com/editor/?..."
3. iframe dose NOT loaded,

4 "Failed to load resource: net::ERR_BLOCKED_BY_CLIENT"
or "GET http://pixlr.com/editor/?... net::ERR_BLOCKED_BY_CLIENT" is in Chrome Console.
When I stop the Adblock Plus, its works fine.
Are there any methods to avoid blocking?