RingAdvantage
Regular Member
- Nov 2, 2014
- 381
- 138
I found a chrome extension that is a paid one and I'd like to find a way to clone or reskin or even reverse engineer the extension..is it possible?
Whatcha mean by credit system,?If it doesn't use a credit system, probably yes
Pretty easy, but… If it uses an api for the business logic, that you cannot reverse. You will have to code that yourself.
Looks like they have uglified the source code before packaging, so, nopesI have a similar question. I want to basically copy a chrome extension and change it a little bit to practice my coding skills. However when I look at the source code all the variables are just individual letters and I have no clue what they mean because of this. Is there any way around it?
Looks like they have uglified the source code before packaging, so, nopes
You could study the code and replace one var at a time with a more suitable name, as you keep going through the source. There is no way around it unfortunately.
Check my updated post. Basically you need to do runtime debugging to understand how exactly the calls and the passed data works.Somehow they have 60k lines of code for a simple program (i dont know how). Im too bad at programming to do that sadly.
Thank you though
Check my updated post. Basically you need to do runtime debugging to understand how exactly the calls and the passed data works.![]()
I cant find your post
If you know your “sources” panel (inspect element -> sources tab) well, it can do wonders. You can basically add break points and watch what values are being passed on and what is being called after what.![]()
Yesterday, I became frustrated with a chatbot plugin for Google Chrome (AIPRM) because it kept asking me to upgrade and had other issues. As a result, I downloaded the plugin's files (simple crx plugin can do that) and used a simple method to figure out how it communicates with the server. I found default values to change my membership status and access all the features of the plugin. However, just know that cracking the code doesn't allow you to perform server-side operations on the addon provider unless their system is bad.I found a chrome extension that is a paid one and I'd like to find a way to clone or reskin or even reverse engineer the extension..is it possible?
any tutorial or help?Yesterday, I became frustrated with a chatbot plugin for Google Chrome (AIPRM) because it kept asking me to upgrade and had other issues. As a result, I downloaded the plugin's files (simple crx plugin can do that) and used a simple method to figure out how it communicates with the server. I found default values to change my membership status and access all the features of the plugin. However, just know that cracking the code doesn't allow you to perform server-side operations on the addon provider unless their system is bad.
By the way, which plugin are you interested in cracking?
View attachment 268888
Bro I posted that a year ago....any tutorial or help?
haha , was looking at a extension and wanted to dive deep, anyways what are you working on now?Bro I posted that a year ago....