JS Picking

JS Picking

Find the JavaScript variables in the midst of chaos

JS Picking
What is JS Picking?
JS Picking is a Chrome extension that helps you find variable paths in your JavaScript application. With value search, you can locate variables based on their values. With change search, you can find variables that change after performing an action. It provides an efficient solution by serializing accessible variables and using a diff algorithm to identify changes.
Stats
Users: 34 ▲ 1
Rating: 5.00 (2)
Version: 1.0 (Last updated: 2022-07-06)
Creation date: 2022-06-21
Risk impact: Very low risk impact
Risk likelihood: Low risk likelihood
Manifest version: 3
Permissions:
  • activeTab
  • scripting
  • unlimitedStorage
Size: 144.38K
Stats date:

Other platforms

Not available on Firefox
Not available on Edge
Want to check extension ranking and stats more quickly for other Chrome extensions? Install Chrome-Stats extension to view Chrome-Stats data as you browse the Chrome Web Store.
Chrome-Stats extension
Summary

This addon helps to find variable paths in your JavaScript application. There are 2 ways of doing this:

  • "Value search"': When you know what value the variable has, you can use this to find how to acces this variable.
  • "Change search": When you want to find what variables are changed after performing an action.

Second option works by serialising all that is accessible from withing the window object in a big JavaScript string 2 times. Once before a user interaction and once after. A simple diff algorithm is used to see what variables changed. An optional 3th capture can be done to remove noisy variables from the selection that changed without user interaction.

Safety
Risk impact

JS Picking is safe to use. It does not request any sensitive permissions.

Risk likelihood

JS Picking has earned a fairly good reputation and likely can be trusted.

Upgrade to see risk analysis details
Similar extensions

Here are some Chrome extensions that are similar to JS Picking: