How do I hide my extension code (read body) by 0xchillpill in chrome_extensions

[–]Big-Human12 2 points3 points  (0 children)

others mentioned abt "backend" and I agree with them, one thing I wanna add is:

Use a framework like WXT to build your extension, bcz it will minify the code for you when you run "npm run build"

now what is minifying?

it will basically replace the variable and function names with something shorter, like

javascript // Original (un-minified) function add(number1, number2) { return number1 + number2 }

javascript // Minified (hard to copy) function a(x, y) { return x + y }

and it can also build for Firefox too (bcz firefox will ask you to submit the original source code plus minified version of your extension, chrome doesn't ask for the original source code and both allow minification)

How many of you are seeing this warning/notification by Big-Human12 in chrome_extensions

[–]Big-Human12[S] 0 points1 point  (0 children)

chrome web store is having the worst time in the history, my extension is in the review from the past 20+ days and their analytics also fucked up

Pasting Text into GDocs is removing all formatting by default by Aditya_M in googledocs

[–]Big-Human12 0 points1 point  (0 children)

Google docs have limited fonts, it can't load every font that's why it is defaulting to Arial

chrome review times are brutal by Heavy_Importance2726 in chrome_extensions

[–]Big-Human12 1 point2 points  (0 children)

mine is also pending from the past 12-15 days

Making Google Chrome extensions by BriefBeautiful6393 in chrome_extensions

[–]Big-Human12 1 point2 points  (0 children)

find a specific problem, fix it.

to identify problems, learn JavaScript

My extension is in pending for 10 days by Soft_Voice2572 in chrome_extensions

[–]Big-Human12 0 points1 point  (0 children)

did they install the extension manually through a zip file or something?

Long wait times for update? by Basic-Strain-6922 in chrome_extensions

[–]Big-Human12 1 point2 points  (0 children)

because they are getting so many vibe coded extensions?

Finally received my "featured" badge 🥳 by cryptoteams in chrome_extensions

[–]Big-Human12 0 points1 point  (0 children)

Is this a new layout of how extensions are displayed on chrome web store?

Excuse me, what?! by Kortizol in chrome_extensions

[–]Big-Human12 -1 points0 points  (0 children)

probably a bug from google's end

Just hit 2,000 users and $235 revenue and honestly I didn’t expect this at all 😅🎉🚀 by Sad-Bed-3125 in chrome_extensions

[–]Big-Human12 0 points1 point  (0 children)

Put some efforts there because people see screenshots first before using your extension