Disable cache Chrome Extension
问题 I made a plugin that loads a handful of pages of my game website, but I'd like it to also disable the cache as it loads. I can only find cache disabling during reloading. I could load the page, then reload it every time, but that seems not ideal. Is there some way I could disable the cache for my generated tabs, either by the tabs themselves or even the domain. 回答1: What wOxxOm said is correct, using the webRequest API I could modify the cache-control headers. I needed to make a background