Go to your Google Chrome's extension directory.
Should be something like:
Find which folder contains VidIQ, in my case it was pachckjkecffpdphbpmfolblodfkgbhl
Cut whatever folder inside (Should be something similar to "2.2.0_0" or it can be different depending how old this thread gets) and paste it somewhere comfortable where you can edit it.
Copy the contents of 0.js and go to http://jsbeautifier.org/ and paste it in the textbox and click the "Beautify JavaScript or HTML" button.
Once jsbeautifier has cleaned up the source code, copy what's inside the textbox and paste it in the 0.js file.
Look for something along the lines of:
Now change the t = e[0] to:
t = e[1]
for "Pro",
t = e[2]
for "Boost Lite",
t = e[3]
for "Boost",
t = e[4]
for "Boost plus" and
t = e[5]
for "Enterprise".
Save the file, then you're done!
Now just delete _metadata and load the whole folder (the one containing the 0.js, manifest.json etc.) as unpacked in Chrome!
Should be something like:
Code:
C:\Users\Kippykip\AppData\Local\Google\Chrome\User Data\Default\Extensions
Cut whatever folder inside (Should be something similar to "2.2.0_0" or it can be different depending how old this thread gets) and paste it somewhere comfortable where you can edit it.
Copy the contents of 0.js and go to http://jsbeautifier.org/ and paste it in the textbox and click the "Beautify JavaScript or HTML" button.
Once jsbeautifier has cleaned up the source code, copy what's inside the textbox and paste it in the 0.js file.
Look for something along the lines of:
Code:
if (!this.loggedin) return "loggedout";
var e = ["basic", "pro", "boost_lite", "boost", "boost_plus", "enterprise"],
t = e[0];
t = e[1]
for "Pro",
t = e[2]
for "Boost Lite",
t = e[3]
for "Boost",
t = e[4]
for "Boost plus" and
t = e[5]
for "Enterprise".
Save the file, then you're done!
Now just delete _metadata and load the whole folder (the one containing the 0.js, manifest.json etc.) as unpacked in Chrome!
Last edited: