No Moments for Twitter
A chrome extension that hides the Moments button on the Twitter website.
O que é No Moments for Twitter?
No Moments for Twitter é uma extensão do Chrome desenvolvida por ungoldman, e sua principal característica é "A chrome extension that hides the Moments button on the Twitter website.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão No Moments for Twitter
Baixe arquivos de extensão No Moments for Twitter no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | |
ID | kenlkkgfablehdjlhidnacobagpcbmcp |
URL Oficial | https://chrome.google.com/webstore/detail/no-moments-for-twitter/kenlkkgfablehdjlhidnacobagpcbmcp |
Descrição | A chrome extension that hides the Moments button on the Twitter website. |
Tamanho do Arquivo | 30.76 KB |
Contagem de Instalações | 34 |
Versão Atual | 1.0.0 |
Última Atualização | 2015-12-04 |
Data de Publicação | 2015-12-04 |
Classificação | 5.00/5 Total de 4 Avaliações |
Desenvolvedor | ungoldman |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/ngoldman/no-moments |
Idiomas Suportados | 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" ] } ] } |