Mozilla 도움말 검색

고객 지원 사기를 피하세요. 저희는 여러분께 절대로 전화를 걸거나 문자를 보내거나 개인 정보를 공유하도록 요청하지 않습니다. "악용 사례 신고"옵션을 사용하여 의심스러운 활동을 신고해 주세요.

자세히 살펴보기

Error when installing my own Add-On

  • 8 답장
  • 1 이 문제를 만남
  • 2 보기
  • 최종 답변자: user1474600

more options

I've written a small Add-On for firefox. I can use it without problems if I load it temporary over about:debugging(even the packed zip) but if I try to install it permanent over about:addons -> install Add-On from file I get an error that the plugin "seems to be corrupted". I didn't sign it but I tried to install it with about:config -> xpinstall.signatures.required: false with the same error.

I've written a small Add-On for firefox. I can use it without problems if I load it temporary over about:debugging(even the packed zip) but if I try to install it permanent over about:addons -> install Add-On from file I get an error that the plugin "seems to be corrupted". I didn't sign it but I tried to install it with about:config -> xpinstall.signatures.required: false with the same error.

선택된 해결법

You need Firefox 52 ESR to be able to use xpinstall.signature.required. Firefox 48+ releases including 57 do not support this pref.

문맥에 따라 이 답변을 읽어주세요 👍 0

모든 댓글 (8)

more options

Hi,

This would be the best place to ask :

https://discourse.mozilla.org/c/add-ons

more options

I now asked it there but because I'm new there I am temporary blocked until a moderator unlocks me.

more options

JustAYoungHobbyDeveloper said

I now asked it there but because I'm new there I am temporary blocked until a moderator unlocks me.

I will flag this thread, so a moderator will see it and maybe give you some advice ..... Hang in there  !

more options

Do you mean that you are blocked on the Add-ons forum or Add-ons website?

If there is an error with installing the extension then there is likely something wrong with the signing or with the packing. Note that this might be a problem with security software that wants to inspect the archive.

You can post a link to the file or send the link via PM to see if I can replicate this if you aren't able to ask at the discourse website.

more options

My extension is just locally save on my hard drive. I think there is nothing wrong with the packaging beacuse I can load the plugin temporary over about:debugging with no problems. I didn't upload it anywhere and it's not signed. It's just a .zip file created with the windows explorer. When I try to install my extension normally(about:addons > install extension from file) firefox just returns the error that the plugin "seems to be corrupted". I don't think it's not the signed-problem because I changed the key xpinstall.signature.required to false.

more options

PS: I'm blocked on https://discourse.mozilla.org because I'm new there.

more options

선택된 해결법

You need Firefox 52 ESR to be able to use xpinstall.signature.required. Firefox 48+ releases including 57 do not support this pref.

글쓴이 cor-el 수정일시

more options

Oh, OK thanks