Successfully Getting your Addon Reviewed

Thanks to AMO Editor Cesar Oliveira for allowing us to repost this here:

As the addon review queue grows beyond 600 nominated and updated addons, it is more important than ever to make sure your extension passes review the first time around. Editors have a review guide, and a well hidden but publicly viewable set of policies. But here is a quick list of the most cited reasons for addon refusal :

  1. Addon should have at least 3 user reviews before being nominated. External reviews count too, but you have to mention them in your nomination message. Softpedia reviews do not count.
  2. Wrap your loose variables. All objects, variables, and anything that your addon makes global should be wrapped to avoid conflicts with other addons.
  3. Look at the error console. Is your extension throwing up javascript errors? Fix it. There are some options you can set in about:config to help you with this.
  4. You break functionality in the host application (Firefox, Thunderbird, etc.).
  5. Your extension doesn’t work properly, or showing unexpected results. This is what user reviews are expected to catch, but you really should get someone who wasn’t involved to test and report bugs.

There are other less common things that can get you busted too. I’ll just list them here for completeness sake :

  1. Including remote javascript/css or other files, anywhere. Include them in your xpi file instead.
  2. CSS warnings on the error console if your submitting a theme.

If you have any doubts, check the public policies page linked above.

And don’t ask when your extension will be reviewed in the comments. Because every answer will be the same : When someone gets around to it. It could be sooner if you’d help!

3 responses

  1. Goofy wrote on :

    As a localizer, I would really like another rule to be added, something like:
    – No extension release on AMO without a minimum locale support inside (ie have a locale subfolder, and no more hardcoded strings).

    Please take a minute to read my recent blogpost about this
    http://blog.babelzilla.org/2009/01/14/externalized-251-localization-blues/

    TIA 🙂

  2. Sam wrote on :

    How do we become Add-On Reviewers for AMO?

    Sam

    BTW, Caesar, your website does not allow comments. It throws up this error: Error: Please press the back button and fill the required field for spam protection. But there is nowhere to fill in any field.

  3. rbango wrote on :

    @Sam: If you’d like to become an editor, you can apply here:

    https://wiki.mozilla.org/Update:Editors/Applying

    Once we receive your application we’ll review it and contact you.