You're welcomeDidn't know about this, Thanks for the info.
not seen, poor video quality, you can write again! what is he introducing there?
Even more easier way is to crack the plugin. It only takes 2 minutes to crack it. Only requirement is notepad !
Go to your Google Chrome's extension directory.
Should be something like:
Code:
C:\Users\USERNAME\AppData\Local\Google\Chrome\User Data\Default\Extensions
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 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];
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!
Newer versions have bundle.js instead of 0.jsNice but i can't find 0.js file.
Go to your Google Chrome's extension directory.
Should be something like:
Code:
C:\Users\USERNAME\AppData\Local\Google\Chrome\User Data\Default\Extensions
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 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];
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!
Thank mate, it workGo to your Google Chrome's extension directory.
Should be something like:
Code:
C:\Users\USERNAME\AppData\Local\Google\Chrome\User Data\Default\Extensions
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 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];
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!