YSlow not working for newest chrome version

5.8k Views Asked by At

Well this performance tool has been removed automatically when i received an update over chrome for version 67.X Trying to download this extension, but the error is shown as "Invalid Manifest". Does anyone is getting the same error, if yes then any solution.

Moreover, i tried installing in Mozilla Firefox (Version 45.0). Installed successfully, only problem is that it's not visible on the toolbar.

![This is my firefox snippet]1

1

There are 1 best solutions below

0
ReyAnthonyRenacia On

This has been addressed in this github forum:

Further inspection shows that Chrome 67.x requires "manifest_version": 2 to be present in manifest.json, as explained in https://developer.chrome.com/extensions/manifestVersion.

You can unpack the CRX file using 7-Zip, modify manifest.json as described above, and then go to Chrome's chrome://extensions/, activate Developer Mode, and Load Unpacked.