Chrome extension "Speed Dial 2" does not work in incognito mode -- why?

5,251

I found the solution.

To enable ANY chrome extension in incognito mode:

  1. Install the extension via the chrome store
  2. Copy the extension to some other place: cp -r ~/.config/chromium/Default/Extensions/jpfpebmajhhopeonhlcgidhclcccjcik/1.6.0.9_0 ~
  3. Go to the location of the copy: cd ~/1.6.0.9_0
  4. Change manifest.json: ... ,"incognito": "split"}
  5. Go to chrome://chrome/extensions, check Developer mode, uninstall the extension via clicking the trash bin, click Load unpacked extension... and select ~/1.6.0.9_0, check Allow in incognito

That's it.

Share:
5,251
MCH
Author by

MCH

Updated on September 18, 2022

Comments

  • MCH
    MCH almost 2 years

    I installed the chrome extension Speed Dial 2. Although I ticked the checkbox "Allow in incognito" under chrome://chrome/extensions, but it does not work (works in normal mode). When a new tab is opened, the standard

    "You are in incognito mode bla bla ..." is displayed.

    If I manually enter the url

    chrome-extension://jpfpebmajhhopeonhlcgidhclcccjcik/newtab.html

    it does not work either (This works in NON-incognito mode!)

    Thank you in advance for any suggestions how to solve this.

  • MCH
    MCH almost 12 years
    The main feature of any speed dial is to visualise bookmarks in form of clickable thumbnails. I do not see why this should not be used in incognito mode. I use incognito mode by default, because chromium does not keep track of history and cookies in incognito mode. This way I do not have to bother with installing extensions to clear history etc ...
  • Admin
    Admin almost 12 years
    But this particular speed dial does more according to the quotes I found on the page. It's not just about bookmarks. It specifically tries to record history. And the new tab page is based not just on bookmarks but their frequency of use which implies recording visits to pages. Again incompatible with incognito mode.