Zoeken in Support

Vermijd ondersteuningsscams. We zullen u nooit vragen een telefoonnummer te bellen, er een sms naar te sturen of persoonlijke gegevens te delen. Meld verdachte activiteit met de optie ‘Misbruik melden’.

Meer info

Deze conversatie is gearchiveerd. Stel een nieuwe vraag als u hulp nodig hebt.

Create Addon But when Install Addon Error 'Could not be verified for use in Firefox and has been disabled'

more options

I have firefox developer account, i create a addon and deploy on firefox 'https://addons.mozilla.org/en-US/developers/addon', while i install extension in brower it's giving error 'Could not be verified for use in Firefox and has been disabled', my firefox version is 61.0.1.

I have firefox developer account, i create a addon and deploy on firefox 'https://addons.mozilla.org/en-US/developers/addon', while i install extension in brower it's giving error 'Could not be verified for use in Firefox and has been disabled', my firefox version is 61.0.1.

Alle antwoorden (1)

more options

For help with add-on development, the MDN team has its own forums over here:

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

As a general comment to get you started:

"Could not be verified" usually indicates that the extension is unsigned. You can get the extension signed either through the main Add-ons site submission process or using the command-line web-ext tool.

See: https://developer.mozilla.org/Add-ons/Distribution#Signing_your_add-ons