Medium Unhooked
Hides the news feed on Medium.com
What is Medium Unhooked?
Medium Unhooked is a Chrome extension developed by Pamela Fox, and its main feature is "Hides the news feed on Medium.com".
Extension Screenshots
Download Medium Unhooked Extension CRX File
Download Medium Unhooked extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Medium.com has a front page news feed. It's great if you use Medium as a news discovery website, but not so great if you are prone to distraction (like most of us) and/or primarily use Medium.com as a writing tool. This extension hides the feed and instead presents you with quick links to write a new story or browse your drafts. You can still read stories that people share with you outside of the front page, you just won't be bombarded with story recommendations when you hit the front page anymore.
Extension Basic Information
Name | ![]() |
ID | chaldheffndbdmcoehdjhdllpnchffdo |
Official URL | https://chrome.google.com/webstore/detail/medium-unhooked/chaldheffndbdmcoehdjhdllpnchffdo |
Description | Hides the news feed on Medium.com |
File Size | 6.15 KB |
Installation Count | 13 |
Current Version | 0.9 |
Last Updated | 2018-07-18 |
Publish Date | 2018-07-18 |
Rating | 5.00/5 Total 2 Ratings |
Developer | Pamela Fox |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/pamelafox/medium-feed-hider |
Help Page URL | https://github.com/pamelafox/medium-feed-hider/issues |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Medium Unhooked", "version": "0.9", "description": "Hides the news feed on Medium.com", "content_scripts": [ { "run_at": "document_start", "matches": [ "https:\/\/medium.com\/*" ], "js": [ "script.js" ], "css": [ "styles.css" ] } ], "manifest_version": 2 } |