What is the order in which Chrome Extensions handle a page? -


interested find out if there order in chrome extensions called handle page.

this of interest since extensions can modify layout , elements of page (for example ad blockers).

im wondering if time extension x called operates on page modified previous x-1 extensions , if there way control order in page 'filtered' though various extensions installed.

you cant control order of extension loading, can select if should run right away, or idle or after page loads first html. see https://developer.chrome.com/extensions/content_scripts

"run_at" manifest options more details.


Comments