Foreword
I used Vysor in 16 years and it is really convenient and easy to use. From the earliest version to the present, the previously available cracking methods have failed with the version update, so I have the cracking solution I am using now: use the old version.
Method
(There are comments that the 1.7.6 version can also be cracked normally. You can try to download 1.7.6. The method is the same as 1.6.6, but the version is not very different.)
Download a version of 1.6.6 at
https://www.crx4chrome.com/crx/44949/
Unzip it and rename the _metadata inside it to metadata. Change the uglify.js according to the modified pro method in 1.6.6 below.
In Chrome's extension app, check the developer mode and load the unzipped extension.
Modified the check update address update_url in manifest.json to any address to prevent the software from automatically updating to the high version.
Can be used.
1.6.6 version cracking steps
- In the Google address bar, type chrome://version/ to open the path to find the profile. My name is C:\Users\liu\AppData\Local\Google\Chrome\User Data\Default. Open the Extensions folder with a bunch of long IDs. folder.
- Enter chrome://extensions/ in the address bar, find the Vysor ID, and go to the directory to open the corresponding directory.
- Find uglify.js, open the editor, search _il
- Replace _il:Te.a() with _il:true
- Modify it, finish it.
Troubleshooting
Cannot be used under 1.linux
Ubuntu vysor black screen, download chrome for linux x64, open chrome://flags, select enable native client nacl. Restart your browser.
The following old version of the crack method, if you do not use the earlier version, skip to see
Before 1.6.6 version cracking method
- In the Google address bar, type chrome://version/ to open the path to find the profile. My name is C:\Users\liu\AppData\Local\Google\Chrome\User Data\Default. Open the Extensions folder with a bunch of long IDs. folder.
- Enter chrome://extensions/ in the address bar, find the Vysor ID, and go to the directory to open the corresponding directory.
- Find uglify.js, open the editor, search for this.licensed
- Change this.licensed = false;this.licenseCached = false, both false to true: this.licensed = true;this.licenseCached = true
As shown below, OK is OK
The software will be upgraded automatically, sometimes it will change back to the unregistered version after the upgrade, and you need to go through the above process again.