Since Firefox and Chrome both implemented cache partitioning, extensions can't download images from cache anymore.
Firefox:
Chrome:
Test suite
https://github.com/eight04/webext-hit-the-cache
Firefox workaround
You can turn off cache partitioning by setting privacy.partition.network_state to false in about:config.
They removed this config: 1954293 - Remove privacy.partition.network_state
We added a new option to intercept image from webRequest API in Image Picka 0.20.0.
Chrome workaround
Turn off this feature via the CLI option: --disable-features=SplitCacheByNetworkIsolationKey.
Since Firefox and Chrome both implemented cache partitioning, extensions can't download images from cache anymore.
Firefox:
Chrome:
Test suite
https://github.com/eight04/webext-hit-the-cache
Firefox workaround
You can turn off cache partitioning by settingprivacy.partition.network_statetofalseinabout:config.They removed this config: 1954293 - Remove privacy.partition.network_state
We added a new option to intercept image from webRequest API in Image Picka 0.20.0.
Chrome workaround
Turn off this feature via the CLI option:
--disable-features=SplitCacheByNetworkIsolationKey.