Pretty simple, just makes the extension itself think it's the premium unlimited version.
I haven't tested it thoroughly however, but seems to work so far.
Anyway, below here is a pre-edited version so you don't have to do any work (unless it updates). Lemme know if it actually is unlimited as I haven't gotten to test it that far in actual use.
I haven't tested it thoroughly however, but seems to work so far.
Code:
Navigate to "pages\background\js\data_plan.js"
There's a few functions, the 1st one is "used()"
Search that area and set the 2 "used" variables within that function to:
used = 0;
2nd function is "get isExpired()"
Comment out the line and just set it to:
return false;
3rd and final function is "get IsUnlimited()"
Comment out that line and put in:
return true;
Code:
Extract the ZIP file
Open Google Chrome
Open the extensions menu
Tick "Developer mode" on the top right
Click "Load unpacked extension..."
Locate the extracted 1.2.9_0 folder within the "odiddbcijempnhhobijfbggjogofdlgl" folder.
Click ok.
Anyway, below here is a pre-edited version so you don't have to do any work (unless it updates). Lemme know if it actually is unlimited as I haven't gotten to test it that far in actual use.