Hi there,
A Chrome extension is built with HTML, JavaScript, and CSS. And obfuscate is not allowed in the Chrome Web Store.
Quote:
|| Today over 70% of malicious and policy violating extensions that we block from Chrome Web Store contain obfuscated code. At the same time, because obfuscation is mainly used to conceal code functionality, it adds a great deal of complexity to our review process. This is no longer acceptable given the aforementioned review process changes.
However, you can copyright your Chrome extension code. That is by putting a piece of copyright information on top of your JavaScript and inserting the license file into your ZIP file (Chrome extension). And if you see a similar Chrome extension in the Chrome Web Store with the use of your copyright code, you can request a DMCA. And Google's legal team will remove that Chrome extension.
Thanks,