搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

详细了解

Uninstalling add-ons are too easy. What can be done to make it harder to do that?

  • 3 个回答
  • 1 人有此问题
  • 1 次查看
  • 最后回复者为 Hasan

more options

A plugin to block inappropriate sites can easily be removed going to the add-ons manager page. Can there be a password set before reaching that page?

A plugin to block inappropriate sites can easily be removed going to the add-ons manager page. Can there be a password set before reaching that page?

所有回复 (3)

more options

No, that isn't possible. It might be made possible with an add-on, but I haven't seen one like that.

You might want to contact the author of that add-on and request that he add a feature to that extension so it doesn't even appear in the Add-on Manager, unless Firefox is opened in the Firefox SafeMode. RichieB2B did that with the Disable Private Browsing extensions that he just created. DPB doesn't even appear in the Add-ons Manager tab in the "normal" mode. 

https://addons.mozilla.org/en-US/firefox/addon/disable-private-browsing/

There are ways to block web sites outside Firefox, that serve to block web sites for all browsers on that PC, including "portable" browsers in a flash stick. One way is by using a parental control program, another is by using the HOSTS file that is a standard part of the operating system.

http://www.internetinspiration.co.uk/hosts.htm
http://en.wikipedia.org/wiki/Hosts_file

more options

You can hide the extension in the extension manager with code in userChrome.css to make it more difficult to remove or disable the extension.

Open the XPI (ZIP) archive and look in the file install.rdf to see the ID (<em:id>xxx</em:id>) of that extension, GUID between curly brackets {} or an email address if that is used as ID.

Add code to userChrome.css below the @namespace line.

You can use the ChromEdit Plus or Stylish extension to have easier access to the customization files.


@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* only needed once */
#addons-page richlistitem[value="<-extension_id->"] {display:none!important;}
more options

Or you can use this add-on:

It can Hide any Menu's Entries :-P