Questions tagged [xpi]

XPI(Cross Platform Installer) is a file extension most commonly used to identify Firefox addons.

XPI is a compressed package which uses the ZIP file format. It is used across multiple Mozilla platforms to bundle XULRunner applications, themes, and extensions.

References

94 questions
32
votes
7 answers

Add-on "appears to be corrupt" when trying to install my add-on's .xpi file in Firefox

I am trying to install an extension in Firefox 45 (same happens with Firefox 49), but Firefox does not allow me to do that, indicating that This add-on could not be installed because it appears to be corrupt. The way I am trying to install it is…
ndarriulat
  • 749
  • 1
  • 9
  • 11
29
votes
9 answers

How to create xpi file with 7Zip?

I would like to pack my firefox extension as xpi file. I tried by adding it to archive and name it as filename.xpi But when i try to install it on firefox am getting "package corrupted" message. Is there any way i can create a valid xpi file ? I…
user2301765
  • 669
  • 2
  • 8
  • 22
27
votes
5 answers

Python: Selenium Firefox Webdriver failing with error: 'Can't load the profile...WARN addons.xpi..."

I am trying to run the following Python code to create a Firefox Webdriver window via Selenium: from selenium import webdriver driver = webdriver.Firefox() driver.get("http://www.google.com") While this code worked fine a few weeks ago, it now…
duhaime
  • 25,611
  • 17
  • 169
  • 224
14
votes
1 answer

Firefox addon inline installation from website

I am trying to work out how to best implement direct firefox-addon installation from my website. Besides simply prompting the user to install the addon, I would also want to get the result of the user action (accepts installation or cancels…
Bear of the Year
  • 333
  • 1
  • 2
  • 8
13
votes
5 answers

How to install my .xpi on firefox android

I work on a firefox addon using JPM. I want to install it on my android phone, i've run "jpm xpi" and copy xpi on my sdcard. When i browse to file://path/to/my/xpi in android firefox nothing happen. Same issue if i upload xpi on my server and browse…
Lezme
  • 266
  • 1
  • 3
  • 12
8
votes
2 answers

How do I get a specific error for corrupt Firefox extensions?

Background: I'm working on an extension for Firefox and obviously made a mistake somewhere. This is my first extension, so I wouldn't be surprised if the problem ends up being something simple. The issue is though that I can't even get a decent…
Zell Faze
  • 1,815
  • 2
  • 14
  • 16
6
votes
3 answers

Is it possible to decode a Firefox addon from XPI to XUL?

Is it possible to decode a firefox addon from the XPI binding format to the native language XUL? I am just trying to learn how to make a addon. So, I think if I can decode a Firefox addon then I can learn addon architecture!
user727412
  • 333
  • 2
  • 7
6
votes
4 answers

How to avoid the (Author not verified) message when installing a Firefox XPI file

What do I need to do to avoid the "Manual Install" in Firefox for a Plugin and where do I have to go or what do I have to do to avoid the (Author not verified) message when downloading a Plugin. Ideally I would like to initiate the installation of…
5
votes
1 answer

the add on could not be installed because it appears to be corrupt

After converting folder into .xpi file and drag and drop into firefox I'm receiving the error message as " the add on could not be installed because it appears to be corrupt " in firefox browser. I tried to compressed the the folder using winzip,7z,…
Dareman
  • 59
  • 1
  • 2
5
votes
1 answer

Download a Firefox extension (add-on) without installing it

How can I download a Firefox extension (add-on) without having it automatically installed? Here is the problem in details: I am using Selenium web-driver in order to do some "web-testing" stuff. I need the Lightbeam plugin to be available on the…
barak manos
  • 29,648
  • 10
  • 62
  • 114
3
votes
2 answers

Build XPCOM Mozilla Sample Component

I'm trying to build the XPCOM component available here: http://mxr.mozilla.org/mozilla-central/source/xpcom/sample/ I tried to compile it with my own Makefile, so that this component could be isolated from the whole Mozilla sources. So here is my…
frinux
  • 2,052
  • 6
  • 26
  • 47
3
votes
1 answer

Updating a XPI to be compatible with FF 4.0?

An extension that I wrote stopped working as the user base started migrating to Firefox 4 and now I'm trying to find ways to update it to be compatible. I've read thru the various blog posts / pages on "updating your app for Firefox 4.0" e.g. -…
Kalle
  • 13,186
  • 7
  • 61
  • 76
3
votes
1 answer

How to download a Firefox add-on without Firefox

I am in a corporate network and wanted to install some developer tools for Firefox. Unfortunately policies forbid that Firefox can access the internet directly, but there are other browsers available to go there. Now: how can I download an xpi-file…
Roland
  • 22,259
  • 4
  • 57
  • 84
3
votes
1 answer

Invoke a java method from a Thunderbird Extension

I want to make a thunderbird extension. So the first question is where to get started. Can you point me to some sample extensions in which I can plug in my code? This will significantly reduce the effort. I presume what we would write some…
Rohit Banga
  • 18,458
  • 31
  • 113
  • 191
3
votes
3 answers

Firefox always show menubar toolbar

I am working on a Firefox extension in which I have made various changes in browser.xul to customize Firefox's UI. By default Firefox has its menu-bar disabled/invisible. I want it to always display menu-bar toolbar. FYI, I have disabled right-click…
Sagar Pilkhwal
  • 3,998
  • 2
  • 25
  • 77
1
2 3 4 5 6 7