No Moments for Twitter

A chrome extension that hides the Moments button on the Twitter website.

什么是No Moments for Twitter?

No Moments for Twitter是由ungoldman开发的Chrome扩展程序,该扩展的主要功能是“A chrome extension that hides the Moments button on the Twitter website.”。

扩展截图

screenshot
screenshot

下载No Moments for Twitter扩展crx文件

下载No Moments for Twitter扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 No Moments for Twitter No Moments for Twitter
ID kenlkkgfablehdjlhidnacobagpcbmcp
官方URL https://chrome.google.com/webstore/detail/no-moments-for-twitter/kenlkkgfablehdjlhidnacobagpcbmcp
简介 A chrome extension that hides the Moments button on the Twitter website.
文件大小 30.76 KB
安装次数 34
当前版本 1.0.0
更新时间 2015-12-04
上架时间 2015-12-04
评分 5.00/5 共4次评分
开发者 ungoldman
付费类型 free
扩展官网 https://github.com/ngoldman/no-moments
支持的语言 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"
            ]
        }
    ]
}