chrome-tabs-outliner-crack
chrome-tabs-outliner-crack copied to clipboard
Does this still work/How to use this repo
Hey I know it's been a while since this project (and the actual Tabs Outliner extension) has been updated. If i'm understanding correctly this repo can just be cloned locally and moved into the Chrome Extensions directory and used as a drop in replacement for the official Tabs Outliner extension. Is this correct?
I was also looking at the signaturevalidator.js
code to get an idea of how the license key is validated/stored/checked but didn't see much outside of the JWK token being checked. Does anyone know where the license key is stored in disk/in chrome/leveldb etc. ?
Sucks that the original project has been mostly abandoned and while I have a premium license on my personal gmail account I'd like to use some of the features of the premium license on a machine that is not linked to my personal gmail account and due to constraints will not be linked to my personal gmail account. If I could avoid paying for something again that I already bought that'd be ideal. It seems the licensing system is uses a gmail account and is thus tied to it, yet the license agreement of the Tabs Outliner extension states the following:
1. GRANT OF LICENSE
Tabs Outliner is licensed as follows:
(a) Installation and Use.
Author grants you the right to use Tabs Outliner on your devices, for personal purpose, in case they installed directly from
Chrome Web Store and its sources is not modified.
As I've already purchased a premium license, the device I am currently on is my own device, and the extension is being used for personal use, the insistance on being tied to an account I do not want linked to this specific chrome browser restricts my usage heavily
Sorry to bump my own issue but I found the setProMode();
function in the Extension which can be triggered using the Chrome console and enables at least the keyboard/context menu shortcuts. What's the easiest way to modify the extension so that it always makes this function call upon being opened?
Sorry to bump my own issue but I found the
setProMode();
function in the Extension which can be triggered using the Chrome console and enables at least the keyboard/context menu shortcuts. What's the easiest way to modify the extension so that it always makes this function call upon being opened?
Hey, I am not very experienced using the chrome console. How do you call the setProMode()? What should I type into the console?
I'd also like to know how to trigger setProMode(); Any advice is greatly appreciated. Thanks