Is there any way to check consistency of the source code? I mean, compare current source code and code that was somehow described in web store?
Do Chrome saves some 'code hash' to check it before run the extension? I know that there are some ways to download .crx file directly from web store without installing, so user can unpack it and change source code.
Maybe there is some other way I can check my extension from server side?