为提升您的使用体验,本站正在维护,部分功能暂时无法使用。如果本站文章无法解决您的问题,您想要向社区提问的话,请到 Twitter 上的 @FirefoxSupport 或 Reddit 上的 /r/firefox 提问,我们的支持社区将会很快回复您的疑问。

搜索 | 用户支持

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

详细了解

I can not remove a extension.

more options

I can not remove the extension!

I have noticed for some time now that I have an extension in my Firefox extensions that has no name and keeps installing itself, even when I try to uninstall it through the Firefox folder. The extension causes that in my search suggestions when I enter something always other websites come to the surface, or the actually suggested by firefox sites slide down. Some yahoo and amazon sites come up on my search results.

I can not remove the extension! I have noticed for some time now that I have an extension in my Firefox extensions that has no name and keeps installing itself, even when I try to uninstall it through the Firefox folder. The extension causes that in my search suggestions when I enter something always other websites come to the surface, or the actually suggested by firefox sites slide down. Some yahoo and amazon sites come up on my search results.
已附加屏幕截图

所有回复 (7)

more options

Dropa said

Maybe start the Browser in Private Mode browser and see if the extensions shows up? Otherwise you might need to start the computer itself in Safe Mode with Networking and load the Browser again to see what that process is and remove it that way if it shows up.

I have started my private Window and the extension dosent show up anymore. But if i remove it in the firefox folder it still installs itself.

more options

Do you see this extension listed on the "Help -> More Troubleshooting Information" (about:support) page ?

You can possibly start Firefox in Troubleshoot Mode to disable all installed extensions.

You can also use this tool to inspect extensions.json in the profile folder to see where it is installed.

You can use the button on the "Help -> More Troubleshooting Information" (about:support) page to go to the current Firefox profile folder or use the about:profiles page (Root directory).

more options

cor-el said

Do you see this extension listed on the "Help -> More Troubleshooting Information" (about:support) page ? You can possibly start Firefox in Troubleshoot Mode to disable all installed extensions. You can also use this tool to inspect extensions.json in the profile folder to see where it is installed. You can use the button on the "Help -> More Troubleshooting Information" (about:support) page to go to the current Firefox profile folder or use the about:profiles page (Root directory).

Yes the extention is listed on the "Help -> More Troubleshooting Information" page as you see. And i can start it in troubleshoot mode but i cannot remove the extention from my normal forefox.

And the inspection tool is too complex for me the code is a bit decripted and i cannot understand it to good. You can see the output if you want. (Picture)

more options

Could you check whether Enterprise Policy is being used to inject this add-on? You can open the internal About Policies page by typing or pasting about:policies in the address bar and pressing Enter to load it.

Normally the "Active" list simply says this:

The Enterprise Policies service is inactive.

Does yours say that, or does it list any Extensions or ExtensionSettings policies? If so, you could compare with the extension ID in the policy matches the one you found on the Troubleshooting Information page.

more options

maikmadej99 said

cor-el said

... You can also use this tool to inspect extensions.json in the profile folder to see where it is installed.
And the inspection tool is too complex for me the code is a bit decripted and i cannot understand it to good. You can see the output if you want. (Picture)

Oh - my page for listing out information from the extensions.json file can't read the extension code files themselves, only the file with the literal name "extensions.json".

more options

jscher2000 - Support Volunteer said

Could you check whether Enterprise Policy is being used to inject this add-on? You can open the internal About Policies page by typing or pasting about:policies in the address bar and pressing Enter to load it. Normally the "Active" list simply says this: The Enterprise Policies service is inactive. Does yours say that, or does it list any Extensions or ExtensionSettings policies? If so, you could compare with the extension ID in the policy matches the one you found on the Troubleshooting Information page.

I dont really know if there is all good in my policies. But i cannot find anything that says The Enterprise Policies service is inactive. As you see in the picture red marked, the extention shows up in there for 2 times. Can you tell me how to remove it?

I also have tried out the site again and drag the extention.json into it, and the sesults for the seach of the extention that i want to remove you can see on the other picture.

more options

Policies

The install path toward the bottom -- if you rearrange the slashes, it's

C:\WINDOWS\Installer\{4AABB6A9-9795-402E-BBF5-C6A9362C0634}\

-- is the source of the reinstallations. If you can, delete that folder completely.

As for all the other policies, I don't trust them either. But we have to figure out where they are coming from. There are two ways that policies can be injected:

(1) A policies.json file

Check whether you have either of these folders:

  • C:\Program Files\Mozilla Firefox\distribution
  • C:\Program Files (x86)\Mozilla Firefox\distribution

If you have either of those folders, and they have a policies.json file in them, try deleting the file or moving it somewhere Firefox won't notice it, like your desktop.

(2) Windows Registry

I don't have the specific registry keys handy at the moment, but we can look them up if the policies are not coming from a policies.json file.

extensions.json

Below that list box there is a little form allowing you to generate a readable list of the file contents. Not that you need it at this point since you already know where the problem is coming from based on the about:policies page.