pfahlr.github.io | Rick Pfahl's Github Pages Site

Browser extensions I use

Not extensions, but in the same category

Workaround for disabled extensions in chrome web store

  1. Right-Click->inspect on the Add to Chrome button to open the Web Developer panel
Image shows the mouse over *inspect* option of the right click menu from the *add to chrome* button
  1. In the Web Developer -> Elements panel expand the container divs until you find the <button> element.
Image shows mouse pointer clicking on containing div in web developer panel
expand outermost div
Image shows mouse pointer clicking on nested container div in web developer panel
at the time I created this document, there was one more, there could be more, keep going until you find the <button>
  1. Select the disabled attribute on the <button> element and delete it. Then hit enter to apply your changes.
Image shows the *disabled* attributed selected in the web developer addon elements page
Select the attribute
Image shows the *disabled* attributed deleted in the web developer addon elements page
Delete the attribute
  1. Note the Add to Chrome button is no longer greyed out and displays active. Click it to add the extension just as you normally would.
Image shows active *Add to Chrome* button
Add to Chrome button is active now.
  1. Click the Add extension in the dialog to confirm.
Image shows confirm add extension dialog
Confirm you want to add the extension.
  1. The extension should be enabled just like any other.
Image shows extension is added
The extension has been added successfully.
  1. note: chrome store has disabled some useful extensions like ublock origin and violentmonkey… but, believe it or not, it’s incredibly easy to bypass. Just follow these steps:  2 3