开发者

Contentscript not running on AJAX intense pages?

开发者 https://www.devze.com 2023-02-14 01:45 出处:网络
I\'m developing a Chrome extension and I\'ve noticed that my extensions contentscript doesn\'t appear to run if the page I\'m dealing with has a large amount of AJAX on it. For example Gmail /开发者_如

I'm developing a Chrome extension and I've noticed that my extensions contentscript doesn't appear to run if the page I'm dealing with has a large amount of AJAX on it. For example Gmail /开发者_如何转开发 Google Doc's... Why is this? Does anyone know of a work around?


Gmail and Docs has iframes all over the place.

Make sure you place "all_frames": truein the Content Script Manifest

0

精彩评论

暂无评论...
验证码 换一张
取 消