DEV Community

Discussion on: use create-react-app to develop Chrome extensions

Collapse
 
tilakmaddy_68 profile image
Tilak Madichetti

how do I get control of the html .coz I am trying to make an extension that replaces all images of a page with cat pics api

Collapse
 
jamalx31 profile image
Jamal Mashal • Edited

You need to use Content Scripts. if you follow this tutorial you can better understand how it's done