Medium Unhooked
Hides the news feed on Medium.com
Cos'è Medium Unhooked?
Medium Unhooked è un'estensione di Chrome sviluppata da Pamela Fox, e la sua funzione principale è "Hides the news feed on Medium.com".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Medium Unhooked
Scarica i file di estensione Medium Unhooked in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | ![]() |
ID | chaldheffndbdmcoehdjhdllpnchffdo |
URL Ufficiale | https://chrome.google.com/webstore/detail/medium-unhooked/chaldheffndbdmcoehdjhdllpnchffdo |
Descrizione | Hides the news feed on Medium.com |
Dimensione del File | 6.15 KB |
Conteggio Installazioni | 13 |
Versione Corrente | 0.9 |
Ultimo Aggiornamento | 2018-07-18 |
Data di Pubblicazione | 2018-07-18 |
Valutazione | 5.00/5 Totale 2 Valutazioni |
Sviluppatore | Pamela Fox |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/pamelafox/medium-feed-hider |
URL della Pagina di Aiuto | https://github.com/pamelafox/medium-feed-hider/issues |
Lingue Supportate | 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 } |