What needs to be done to make the vidIQ Chrome extension work on Mac for free?
- By default, the folders that we need are hidden. For them to appear, we need to call the terminal. Press command+Space and call Spotlight.
- Enter “Terminal” in the field and press Enter.
- In the terminal we must write the following line defaults write com.apple.finder AppleShowAllFiles TRUE ; killall Finder
- Press Enter and see how hidden folders appear in the Finder
- We must get to the folder we need. Its path is as follows
- /Users/”Your name”/Library/Application Support/Google/Chrome/Default/Extensions/pachckjkecffpdphbpmfolblodfkgbhl/
- Next we see a folder with numbers, copy and paste already on the desktop.
- We will need Sublime Text or NotePad ++ or any other code editor.
- Go to the copied folder and select the file bundle.bundle.js Open it using Sublime Text
- Press Command+F to find the function and look for the following value: let e=[ copy to the bracket and paste to search the file and press Enter.
- We must change the value in parentheses from Zero [0] to Number Five [5] and save the file. You can use the command Command+S
- Close the open file. And go to Chrome.
- In the Chrome browser, in the settings, go to Additional Tools -> Extensions
- Click on the slider and select Developer Mode
- Download the folder that we copied to the desktop
- All – Success. The extension is installed, you can use the paid version…
(Visited 176 times, 1 visits today)