D
D
Dmitry Evgrafovich2014-07-27 14:52:11
Google Chrome
Dmitry Evgrafovich, 2014-07-27 14:52:11

Is it possible to find out the unique browser ID in Chrome Extensions?

I want to make a voting system for Chrome extension users. Other people who do not use the extension will not need the service. The question is - is it possible to determine a unique user by browser (or hardware) in order to avoid cheating, is there such a possibility in the api extensions?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
L
link0802, 2014-08-01
@Tantacula

As far as I know, there is no direct way to determine the uniqueness of a user.
You can try to draw a conclusion based on the user's OS, etc. ( https://developer.chrome.com/extensions/runtime#me...
But these are all hacks.
The most adequate option is to use Google Analytics.
You can also use OAuth or OpenID
(see https ://productforums.google.com/forum/#!topic/chr...
From the methods known to me, this is the most reliable.
Although, maybe something new has appeared recently, so I will follow the answers in this question =)
Good luck developing the extension!

G
Grag, 2014-07-27
@Grag

If you can pull data from the system, then the question is just stupid.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question