No Moments for Twitter

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

What is No Moments for Twitter?

No Moments for Twitter is a Chrome extension developed by ungoldman, and its main feature is "A chrome extension that hides the Moments button on the Twitter website.".

Extension Screenshots

screenshot
screenshot

Download No Moments for Twitter Extension CRX File

Download No Moments for Twitter extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name No Moments for Twitter No Moments for Twitter
ID kenlkkgfablehdjlhidnacobagpcbmcp
Official URL https://chrome.google.com/webstore/detail/no-moments-for-twitter/kenlkkgfablehdjlhidnacobagpcbmcp
Description A chrome extension that hides the Moments button on the Twitter website.
File Size 30.76 KB
Installation Count 34
Current Version 1.0.0
Last Updated 2015-12-04
Publish Date 2015-12-04
Rating 5.00/5 Total 4 Ratings
Developer ungoldman
Payment Type free
Extension Website https://github.com/ngoldman/no-moments
Supported Languages 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"
            ]
        }
    ]
}