Medium Unhooked
Hides the news feed on Medium.com
Wat is Medium Unhooked?
Medium Unhooked is een Chrome-extensie ontwikkeld door Pamela Fox, en de belangrijkste functie is "Hides the news feed on Medium.com".
Extensie Screenshots
Download het CRX-bestand van de extensie Medium Unhooked
Download Medium Unhooked-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | ![]() |
ID | chaldheffndbdmcoehdjhdllpnchffdo |
Officiële URL | https://chrome.google.com/webstore/detail/medium-unhooked/chaldheffndbdmcoehdjhdllpnchffdo |
Beschrijving | Hides the news feed on Medium.com |
Bestandsgrootte | 6.15 KB |
Aantal Installaties | 13 |
Huidige Versie | 0.9 |
Laatst Bijgewerkt | 2018-07-18 |
Publicatiedatum | 2018-07-18 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | Pamela Fox |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/pamelafox/medium-feed-hider |
Help Pagina-URL | https://github.com/pamelafox/medium-feed-hider/issues |
Ondersteunde Talen | 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 } |