View Single Post
  #1  
Old 09-08-2021, 13:53
Mendax47's Avatar
Mendax47 Mendax47 is offline
Family
 
Join Date: Jun 2016
Location: Earth..
Posts: 207
Rept. Given: 36
Rept. Rcvd 8 Times in 7 Posts
Thanks Given: 689
Thanks Rcvd at 255 Times in 99 Posts
Mendax47 Reputation: 8
Question anyone know how to debug chrome extention independently (not using google chrome)

I am recently doing some experiments with Grammarly google chrome extension. you can bypass the premium popup because this popup is not server-side. at the first time login, it receives some JSON which includes your subscription plan, and use it to restrict your membership.. but the main problem is I can't find the exact main root when it first store the JSON object as a javascript object in the window object and read it from there... so I need a good debugger.
Reply With Quote