<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[How to prevent users from disable and uninstalling extension ?]]></title><description><![CDATA[<p dir="auto">How to prevent users from disable and uninstalling extension ?</p>
<p dir="auto">To save pc resources I use Tab manager extension to limit opened tabs. Needs to protect this addon disable and uninstalling by unscrupulous users.</p>
]]></description><link>https://forums.opera.com/topic/75942/how-to-prevent-users-from-disable-and-uninstalling-extension</link><generator>RSS for Node</generator><lastBuildDate>Mon, 13 Jul 2026 19:26:34 GMT</lastBuildDate><atom:link href="https://forums.opera.com/topic/75942.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 28 Jan 2025 10:16:52 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to How to prevent users from disable and uninstalling extension ? on Fri, 31 Jan 2025 11:27:44 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forums.opera.com/uid/908364">@Langflow</a> Opera doesn't support those things as far as I know</p>
]]></description><link>https://forums.opera.com/post/369765</link><guid isPermaLink="true">https://forums.opera.com/post/369765</guid><dc:creator><![CDATA[leocg]]></dc:creator><pubDate>Fri, 31 Jan 2025 11:27:44 GMT</pubDate></item><item><title><![CDATA[Reply to How to prevent users from disable and uninstalling extension ? on Fri, 31 Jan 2025 10:53:21 GMT]]></title><description><![CDATA[<p dir="auto">You can enforce policies using Group Policy (Windows) or Enterprise policies (Chrome). Another alternative is deploying extensions via managed configurations to limit the actions of the user.</p>
]]></description><link>https://forums.opera.com/post/369764</link><guid isPermaLink="true">https://forums.opera.com/post/369764</guid><dc:creator><![CDATA[Langflow]]></dc:creator><pubDate>Fri, 31 Jan 2025 10:53:21 GMT</pubDate></item><item><title><![CDATA[Reply to How to prevent users from disable and uninstalling extension ? on Wed, 29 Jan 2025 19:04:42 GMT]]></title><description><![CDATA[<p dir="auto">Opera doesn't support any policies, so you can't really do what you want in a supported way.</p>
<p dir="auto">You might be able to modify the extension to redirect away from <code>opera://extensions</code> (or prevent navigation to). Malware extensions often do that somehow. You could then pack the extension in a crx file.</p>
<p dir="auto">Then, you can place the crx file in a spot that's read accessible by all users and modify all Opera's shortcuts for all users to use the <a href="https://peter.sh/experiments/chromium-command-line-switches/#load-extension" target="_blank" rel="noopener noreferrer nofollow ugc">--load-extension command-line option</a>.</p>
<p dir="auto">The command for all Opera shortcuts would look like this:</p>
<pre><code>"C:\Program Files\Opera\opera.exe" "--load-extension=C:\OperaExtensions\extension.crx"
</code></pre>
<p dir="auto">for example.</p>
<p dir="auto">However, you'd also have to modify the command in "HKEY_LOCAL_MACHINE\SOFTWARE\Clients\StartMenuInternet\OperaStable" and "HKEY_LOCAL_MACHINE\SOFTWARE\Classes\OperaStable" to use "--load-extension" too (after each time Opera updates) so that if Opera is opened via a file or protocol association, the extension loads too.</p>
<p dir="auto">Or, instead of modifying an extension extension, make your own extension to redirect away from <code>opera://extensions</code> and force-load your extension via --load-extension after the Tab extension is installed for all users.</p>
<p dir="auto">All of that would be a mess to do though, if you can even get it to work.</p>
]]></description><link>https://forums.opera.com/post/369621</link><guid isPermaLink="true">https://forums.opera.com/post/369621</guid><dc:creator><![CDATA[burnout426]]></dc:creator><pubDate>Wed, 29 Jan 2025 19:04:42 GMT</pubDate></item><item><title><![CDATA[Reply to How to prevent users from disable and uninstalling extension ? on Tue, 28 Jan 2025 11:55:11 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forums.opera.com/uid/222290">@opt</a> I don't think there is a way to do that.</p>
]]></description><link>https://forums.opera.com/post/369513</link><guid isPermaLink="true">https://forums.opera.com/post/369513</guid><dc:creator><![CDATA[leocg]]></dc:creator><pubDate>Tue, 28 Jan 2025 11:55:11 GMT</pubDate></item><item><title><![CDATA[Reply to How to prevent users from disable and uninstalling extension ? on Tue, 28 Jan 2025 11:54:31 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forums.opera.com/uid/222290">@opt</a> Opera One or Opera GX?</p>
]]></description><link>https://forums.opera.com/post/369512</link><guid isPermaLink="true">https://forums.opera.com/post/369512</guid><dc:creator><![CDATA[leocg]]></dc:creator><pubDate>Tue, 28 Jan 2025 11:54:31 GMT</pubDate></item></channel></rss>