No Moments for Twitter
A chrome extension that hides the Moments button on the Twitter website.
¿Qué es No Moments for Twitter?
No Moments for Twitter es una extensión de Chrome desarrollada por ungoldman, y su función principal es "A chrome extension that hides the Moments button on the Twitter website.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión No Moments for Twitter
Descarga archivos de extensión No Moments for Twitter en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | |
ID | kenlkkgfablehdjlhidnacobagpcbmcp |
URL Oficial | https://chrome.google.com/webstore/detail/no-moments-for-twitter/kenlkkgfablehdjlhidnacobagpcbmcp |
Descripción | A chrome extension that hides the Moments button on the Twitter website. |
Tamaño del Archivo | 30.76 KB |
Cantidad de Instalaciones | 34 |
Versión Actual | 1.0.0 |
Última Actualización | 2015-12-04 |
Fecha de Publicación | 2015-12-04 |
Calificación | 5.00/5 Total de 4 Calificaciones |
Desarrollador | ungoldman |
Tipo de Pago | free |
Sitio Web de la Extensión | https://github.com/ngoldman/no-moments |
Idiomas Soportados | 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" ] } ] } |