A screenshot of a nicely blank new tab page.

Install Placid

The Placid Chrome extension aims to harden some boundaries, reducing distraction while you browse. Installing it has the following implications:

Technical details, for those who care:

The chrome.privacy API is used to disable the following settings:

Similarly, the chrome.contentSetting API is used to set the following settings to block:

The javascript setting is configured to block for non-secure origins. No HTTPS, no script.

These settings match my preferences, as I'm quite comfortable adding overrides here and there for sites I wish to listen to, etc. They may or may not work well for you.

There are some additional settings I'd like it to control, but we'll need to extend the APIs first. Working on that.

Privacy Policy

Placid does not collect data. It executes code once upon installation and once per update to perform the configuration described above. The new tab page replacement has no JavaScript, and makes no remote requests.

Something missing?

The code is available on GitHub at mikewest/placid. Please do file an issue or send a PR if you're so inclined.