Medium Unhooked
Hides the news feed on Medium.com
Was ist Medium Unhooked?
Medium Unhooked ist eine Chrome-Erweiterung, die von Pamela Fox entwickelt wurde, und ihr Hauptmerkmal ist "Hides the news feed on Medium.com".
Erweiterungsscreenshots
Medium Unhooked-Erweiterungs-CRX-Datei herunterladen
Laden Sie Medium Unhooked-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | ![]() |
ID | chaldheffndbdmcoehdjhdllpnchffdo |
Offizielle URL | https://chrome.google.com/webstore/detail/medium-unhooked/chaldheffndbdmcoehdjhdllpnchffdo |
Beschreibung | Hides the news feed on Medium.com |
Dateigröße | 6.15 KB |
Installationsanzahl | 13 |
Aktuelle Version | 0.9 |
Letztes Update | 2018-07-18 |
Veröffentlichungsdatum | 2018-07-18 |
Bewertung | 5.00/5 Insgesamt 2 Bewertungen |
Entwickler | Pamela Fox |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/pamelafox/medium-feed-hider |
Hilfeseite URL | https://github.com/pamelafox/medium-feed-hider/issues |
Unterstützte Sprachen | 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 } |