Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6685461
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T05:03:37+00:00 2026-05-26T05:03:37+00:00

So far I have been just playing around with the Addon SDK and making

  • 0

So far I have been just playing around with the Addon SDK and making tools for my own use.

I had in mind the idea to possibly try to do something like one of those extensions that adds a profile theme to your Facebook profile, as well as letting others with the extension see your theme when they visit your Facebook profile.

I’m just kind of thinking out what I may do, and what I was wondering is – I know the addon will have a unique ID, but is there anything inherent I can use to identify each unique Addon user? I.e. to tie them to the stored data with their theme information?

If anyone has experience with this – how did you approach it?

Maybe I could set a cookie as the Addon that lasts a year or something, and then keep resetting it each time the browser is opened, and hope for the best?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-26T05:03:37+00:00Added an answer on May 26, 2026 at 5:03 am

    Since you are using Add-on SDK you are probably best off by using simple-storage. You can also use makeUuid() function in the xpcom package to generate a guaranteed unique identifier. Something like this:

    var ss = require("simple-storage");
    if (!("UserID" in ss))
    {
      // We were just installed, generate user ID
      var xpcom = require("xpcom");
      ss.UserID = xpcom.makeUuid()
    }
    console.log("User ID: " + ss.UserID);
    

    Please make sure that you have a privacy policy where you explain that you generate a user identifier and what you use it for.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

So far I have been creating Web Portal but recently I had a request
I have been learning to use Emacs for a little while now. So far
Recently I have been playing around with the HTTP Proxy in twisted. After much
I have been playing around with the bluetooth API for Android 2.2 (API level
Thus far you guys have been wildly helpful with me getting this little ditty
So far during my site development I have been storing all my jQuery functions
----------Updated ------------ codymanix and moonshadow have been a big help thus far. I was
I produce server software and have been fine with all Linux environments so far,
This has / may have been asked before, but, as far as I remember,
I'm very much new to programming and have been doing fairly well so far.

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.