Join the AMA (Ask Me Anything) with the Firefox leadership team to celebrate Firefox 20th anniversary and discuss Firefox’s future on Mozilla Connect. Mark your calendar on Thursday, November 14, 18:00 - 20:00 UTC!

為了改善您的使用體驗,本網站正在進行維護,部分功能暫時無法使用。若本站的文件無法解決您的問題,想要向社群發問的話,請到 Twitter 上的 @FirefoxSupport 或 Reddit 上的 /r/firefox 發問,我們的社群成員將很快會回覆您的疑問。

搜尋 Mozilla 技術支援網站

防止技術支援詐騙。我們絕對不會要求您撥打電話或發送簡訊,或是提供個人資訊。請用「回報濫用」功能回報可疑的行為。

了解更多

Extension appears to be corrupt

  • 7 回覆
  • 1 有這個問題
  • 1 次檢視
  • 最近回覆由 Bob4K

more options

Hi,

There many extensions such as:

https://addons.mozilla.org/en-US/firefox/addon/search-on-imdb-context-menu/ that say when trying to install:

Installation aborted because the add-on appears to be corrupt.

I am using Firefox Developper Edition, with extensions.langpacks.signatures.required set to false.

This addon, after download, installs fine as a temporary addon.

How can I install it permanently?

Thanks.

Hi, There many extensions such as: https://addons.mozilla.org/en-US/firefox/addon/search-on-imdb-context-menu/ that say when trying to install: Installation aborted because the add-on appears to be corrupt. I am using Firefox Developper Edition, with extensions.langpacks.signatures.required set to false. This addon, after download, installs fine as a temporary addon. How can I install it permanently? Thanks.

由 NoahSUMO 於 修改

被選擇的解決方法

That's strange. They've been changing signatures recently (for extensions uploaded prior to April 2019; that one is newer), but it should be backward compatible. Wait to the next Beta, we'll see.

從原來的回覆中察看解決方案 👍 1

所有回覆 (7)

more options

Edit:

1 - Trying in safe mode does not help. 2 - Disabling anti-virus does not help. 3 - Trying on Firefox standard works!

more options

選擇的解決方法

That's strange. They've been changing signatures recently (for extensions uploaded prior to April 2019; that one is newer), but it should be backward compatible. Wait to the next Beta, we'll see.

more options

Will the beta show in the About dialog? If not, is this the one you mean:

https://download.mozilla.org/?product=firefox-nightly-stub&os=win&lang=en-US

more options

The nightly allows this extension to be loaded. Thank, your suggestion prompt me to look for it!

more options

"IMDb Search" extension installs for me on Developer Edition 126.0b5 and also with extensions.langpacks.signatures.required set to false.

Does it still happen with default settings in a new browser profile? Alternatively you could refresh your existing profile. Make sure you stay signed out of your sync account when testing.

more options

Yes, it does happen with a new profile.

My Developer Edition version is also 126.0b5.

zeroknight said

"IMDb Search" extension installs for me on Developer Edition 126.0b5 and also with extensions.langpacks.signatures.required set to false. Does it still happen with default settings in a new browser profile?

Yes, it does happen with a new profile. My Developer Edition version is also 126.0b5. Really weird, a new profile is indeed a blank slate. Although... ding ding! I have installed TAB MIX Plus, which requires 2 files in the FF install directory:

config.js:

// skip 1st line lockPref('xpinstall.signatures.required', false); lockPref('extensions.install_origins.enabled', false); try { const cmanifest = Services.dirsvc.get('UChrm', Ci.nsIFile); cmanifest.append('utils'); cmanifest.append('chrome.manifest'); Components.manager.QueryInterface(Ci.nsIComponentRegistrar).autoRegister(cmanifest); const objRef = ChromeUtils.import('resource://gre/modules/addons/XPIDatabase.jsm'); objRef.XPIDatabase.SIGNED_TYPES.delete('extension'); ChromeUtils.import('chrome://userchromejs/content/BootstrapLoader.jsm'); } catch (ex) { /* empty */ } try { ChromeUtils.import('chrome://userchromejs/content/userChrome.jsm'); } catch (ex) { /* empty */ }

C:\Program Files\Firefox Developer Edition\defaults\pref\channel-prefs.js

/* This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ // // This pref is in its own file for complex reasons. See the comment in // browser/app/Makefile.in, bug 756325, and bug 1431342 for details. Do not add // other prefs to this file. pref("app.update.channel", "aurora");

C:\Program Files\Firefox Developer Edition\defaults\pref\config-prefs.js

pref('general.config.obscure_value', 0); pref('general.config.filename', 'config.js'); pref('general.config.sandbox_enabled', false);

Removing them allows to install IMDb, and re-installing them enables TAB MIX Plus again, without disabling IMDb.

Interesting.

由 Bob4K 於 修改

more options