Remove Twitter Moments
Removes Twitter's 'Moments' navigation button.
Cos'è Remove Twitter Moments?
Remove Twitter Moments è un'estensione di Chrome sviluppata da Ed, e la sua funzione principale è "Removes Twitter's 'Moments' navigation button.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Remove Twitter Moments
Scarica i file di estensione Remove Twitter Moments 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 simple Chrome extension to remove the Twitter 'Moment's navigation bar button.
Informazioni di Base sull'Estensione
Nome | Remove Twitter Moments |
ID | ahgkojcohophkbdipjagnobbdabmhmdm |
URL Ufficiale | https://chromewebstore.google.com/detail/remove-twitter-moments/ahgkojcohophkbdipjagnobbdabmhmdm |
Descrizione | Removes Twitter's 'Moments' navigation button. |
Dimensione del File | 9.48 KB |
Conteggio Installazioni | 109 |
Versione Corrente | 1.1.0 |
Ultimo Aggiornamento | 2015-12-14 |
Data di Pubblicazione | 2015-12-13 |
Valutazione | 4.38/5 Totale 8 Valutazioni |
Sviluppatore | Ed |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/ed-flanagan/remove-moments |
URL della Pagina di Aiuto | https://github.com/ed-flanagan/remove-moments/issues |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Remove Twitter Moments", "short_name": "Stop Moments", "description": "Removes Twitter's 'Moments' navigation button.", "version": "1.1.0", "version_name": "1.1.0", "homepage_url": "https:\/\/github.com\/ed-flanagan\/remove-moments", "author": "Ed Flanagan", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "offline_enabled": false, "permissions": [ "http:\/\/twitter.com\/*", "https:\/\/twitter.com\/*" ], "content_scripts": [ { "matches": [ "http:\/\/twitter.com\/*", "https:\/\/twitter.com\/*" ], "run_at": "document_end", "all_frames": false, "css": [ "remove.css" ] } ] } |