Windows 10 will reach EOS (end of support) on October 14, 2025. For more information, see this article.

Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

Rename Firefox Extension Title

  • 3 odgovori
  • 1 ima ovaj problem
  • 5 views
  • Posljednji odgovor poslao deepak_aces

more options

Hi Team,

We are trying to rename the title of the Fire Fox Extension developed. We are getting an unwanted random number before the title of the Extension. Attachment enclosed.

Is there any way to remove or rename this, it is not very user friendly.

Any help is highly appreciated.

Regards,

Hi Team, We are trying to rename the title of the Fire Fox Extension developed. We are getting an unwanted random number before the title of the Extension. Attachment enclosed. Is there any way to remove or rename this, it is not very user friendly. Any help is highly appreciated. Regards,
Priloženi snimci ekrana

All Replies (3)

more options

Do you have anything like this in your manifest.json file?

"applications": {
  "gecko": {
    "id": "addon@example.com",
    "strict_min_version": "57.0"
  }
}
more options

No disrespect to TyDraniu intended.

There is a separate Add-on support forum over here that might be better for you concerning developer issues with Firefox extension development. https://discourse.mozilla-community.org/c/add-ons

more options

TyDraniu said

Do you have anything like this in your manifest.json file? "applications": { "gecko": { "id": "addon@example.com", "strict_min_version": "57.0" } }


@TyDraniu Yes, its there already.. just the version varies; it is 60 in our case.