I know that If I try in the browser: about:addons it will take me to the addons page in order to set a permission BUT I need to have in my page a buton that does this. I tried like this:
<a href="about:addons">addons page</a>
But it doesn't do anything. Is there any way to do this?
https://developer.mozilla.org/en-US/Firefox/The_about_protocol
Note: You must access about: protocol pages by typing them into the address bar. Attempts to navigate through window.location will throw — Error: Access to 'about:addons' from script denied.