cookie_inspector
cookie_inspector copied to clipboard
Firefox Port
Hi @westoque
Firefox seems to have a cookie API which you may could use to port the extension to Firefox with the WebExtensions-API. It would be great to have a better Cookie manager on Firefox that use the new API.
You find the documentation about the cookie API here: https://developer.mozilla.org/en-US/Add-ons/WebExtensions/API/cookies
Best
- @heubergen