Skip to content

[Question] 'Extensions Update Checker' ignorelist format #144

Discussion options

You must be logged in to vote

I'm guessing I should use the file/ID names from the profile extensions folder?

Correct. A quick way to get extensions ids is by opening about:support and looking at Add-ons table.

Your error is that ids are strings and as such must be wrapped in quotes (' or "). Like this:

ignoreList: [
  '[email protected]',
  '{3c078156-979c-498b-8990-85f7987dd929}'//Sidebery
], 

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@TFWol
Comment options

Answer selected by TFWol
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants