How protect chrome extension

前端 未结 4 715
忘了有多久
忘了有多久 2021-02-02 02:32

Chrome extension is packed to zip archive. After setup it is installed on folder and user can access to it. Also he can rewrite extension and even clone to new extension.

<
4条回答
  •  谎友^
    谎友^ (楼主)
    2021-02-02 03:29

    In case you have some proprietary code (e.g. special algo you want to keep safe etc') and you are targeting Chrome - I would suggest to go with Native Client. Nacl let you run C/C++ code in your browser. It's very powerful and you can be sure it will be very hard for someone to pick into your binary.

提交回复
热议问题