Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
menu search
person
Welcome To Ask or Share your Answers For Others

Categories

I am working on a chrome extension that stops web requests to media, and then replaces the content that otherwise would've been shown with local media that this extension also downloads from the web. So far, I was able to get the "downloading media to replace the website media with" by using the Chrome storage API. I am stuck at replacing the video content. What my extension is supposed to accomplish is replacing a full Youtube video with my local media.

If you would like to see my code that physically downloads the content to the computer, I will gladly add it here (I don't really think its relevant which is why I didn't include it).

Thanks!

question from:https://stackoverflow.com/questions/65864133/is-there-a-chrome-api-or-any-other-simple-way-to-delete-content-video-images-in

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
1.2k views
Welcome To Ask or Share your Answers For Others

1 Answer

Waitting for answers

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
...