JavaScript - Any way to disable the add ons of browser through javascript

Asked By Ajay on 08-Sep-15 02:18 PM
Scenario is , when i open a particular .CSHTML page i need to disable all the add ons of the form.
Is there any possible way to do this?
Robbe Morris replied to Ajay on 08-Sep-15 02:17 PM
No, that would violate the user of the browser's security.  Browsers are not going to let you do that.
Ajay replied to Robbe Morris on 09-Sep-15 01:33 PM
Thanks Robbe , for the input....
But scenario that i am dealing with is an internal application so there is no worry about violation.
My ultimate aim is to release the memory utilized by the browser tabs when the tab is closed. I got to know that some add ons are not releasing the memory.
Robbe Morris replied to Ajay on 09-Sep-15 01:52 PM
You misunderstand.  It doesn't matter whether your app is internal or not.  Browsers do not open up an API or other type of access to enable/disable add-ons via JavaScript.