No Moments for Twitter

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

Wat is No Moments for Twitter?

No Moments for Twitter is een Chrome-extensie ontwikkeld door ungoldman, en de belangrijkste functie is "A chrome extension that hides the Moments button on the Twitter website.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie No Moments for Twitter

Download No Moments for Twitter-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam No Moments for Twitter No Moments for Twitter
ID kenlkkgfablehdjlhidnacobagpcbmcp
Officiële URL https://chrome.google.com/webstore/detail/no-moments-for-twitter/kenlkkgfablehdjlhidnacobagpcbmcp
Beschrijving A chrome extension that hides the Moments button on the Twitter website.
Bestandsgrootte 30.76 KB
Aantal Installaties 34
Huidige Versie 1.0.0
Laatst Bijgewerkt 2015-12-04
Publicatiedatum 2015-12-04
Beoordeling 5.00/5 Totaal 4 Beoordelingen
Ontwikkelaar ungoldman
Betalingswijze free
Extensiewebsite https://github.com/ngoldman/no-moments
Ondersteunde Talen 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"
            ]
        }
    ]
}