Овај сајт ће имати ограничену функционалност док га будемо ажурирали у циљу побољшања вашег искуства. Ако неки чланак не реши ваш проблем и желите да поставите питање, на располагању ће вам бити наше заједнице подршке @FirefoxSupport на Twitter-у и /r/firefox на Reddit-у.

Претражи подршку

Избегните преваре подршке. Никада од вас нећемо тражити да зовете или шаљете поруке на број или да делите личне податке. Пријавите сумњиве радње преко „Пријавите злоупотребу” опције.

Сазнај више

XPI file appears to be corrupt, sideloading from a website download

  • 1 одговор
  • 4 имају овај проблем
  • 3 прегледа
  • Последњи одговор послао christ1

more options

Following instructions from this website:

https://developer.mozilla.org/en-US/Add-ons/WebExtensions/Developing_WebExtensions_for_Firefox_for_Android

I've got the xpi file saved in my Androids download folder, when I click the file, firefox launchs and tells me the add on is unathorized, I then allow the install but get the error that the file appears to be corrupt... I'm pretty sure the manifest is written correctly,

{

 "manifest_version": 2,
 "name": "FireFoxExtension",
 "version": "1.0",
 "background":{
   "scripts":["background.js"]
 },
 "applications":{
   "gecko":{
     "id":"firefoxExtension"
   }
 },
 "content_scripts": [
   {
     "matches": ["*://*.mozilla.org/*"],
     "js": ["contentScript.js"]
   }
 ]

}

I am using this simple shell script to zip the xpi file...

sudo zip -r -FS ../fireExtension.xpi *

any ideas?

Following instructions from this website: https://developer.mozilla.org/en-US/Add-ons/WebExtensions/Developing_WebExtensions_for_Firefox_for_Android I've got the xpi file saved in my Androids download folder, when I click the file, firefox launchs and tells me the add on is unathorized, I then allow the install but get the error that the file appears to be corrupt... I'm pretty sure the manifest is written correctly, { "manifest_version": 2, "name": "FireFoxExtension", "version": "1.0", "background":{ "scripts":["background.js"] }, "applications":{ "gecko":{ "id":"firefoxExtension" } }, "content_scripts": [ { "matches": ["*://*.mozilla.org/*"], "js": ["contentScript.js"] } ] } I am using this simple shell script to zip the xpi file... sudo zip -r -FS ../fireExtension.xpi * any ideas?

Сви одговори (1)

more options

You should ask about this in the add-on forum. https://discourse.mozilla.org/c/add-ons