No Moments for Twitter
A chrome extension that hides the Moments button on the Twitter website.
Cos'è No Moments for Twitter?
No Moments for Twitter è un'estensione di Chrome sviluppata da ungoldman, e la sua funzione principale è "A chrome extension that hides the Moments button on the Twitter website.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione No Moments for Twitter
Scarica i file di estensione No Moments for Twitter 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
A chrome extension that hides the Moments button on the Twitter website. Disclaimer: This extension is distributed free of charge and made for educational/practical purposes only! No harm is intended toward the great nation of Twitter. I just don't want to accidentally click the `Moments` button anymore.
Informazioni di Base sull'Estensione
Nome | |
ID | kenlkkgfablehdjlhidnacobagpcbmcp |
URL Ufficiale | https://chrome.google.com/webstore/detail/no-moments-for-twitter/kenlkkgfablehdjlhidnacobagpcbmcp |
Descrizione | A chrome extension that hides the Moments button on the Twitter website. |
Dimensione del File | 30.76 KB |
Conteggio Installazioni | 34 |
Versione Corrente | 1.0.0 |
Ultimo Aggiornamento | 2015-12-04 |
Data di Pubblicazione | 2015-12-04 |
Valutazione | 5.00/5 Totale 4 Valutazioni |
Sviluppatore | ungoldman |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/ngoldman/no-moments |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "No Moments for Twitter", "version": "1.0.0", "description": "A chrome extension that hides the Moments button on the Twitter website.", "homepage_url": "http:\/\/github.com\/ngoldman\/no-moments", "icons": { "16": "icons\/16.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "content_scripts": [ { "matches": [ "https:\/\/twitter.com\/*" ], "css": [ "no-moments.css" ] } ] } |