No Moments for Twitter

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

Qu'est-ce que No Moments for Twitter ?

No Moments for Twitter est une extension Chrome développée par ungoldman, et sa fonction principale est "A chrome extension that hides the Moments button on the Twitter website.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension No Moments for Twitter

Téléchargez les fichiers d'extension No Moments for Twitter au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom No Moments for Twitter No Moments for Twitter
ID kenlkkgfablehdjlhidnacobagpcbmcp
URL Officiel https://chrome.google.com/webstore/detail/no-moments-for-twitter/kenlkkgfablehdjlhidnacobagpcbmcp
Description A chrome extension that hides the Moments button on the Twitter website.
Taille du Fichier 30.76 KB
Nombre d'Installations 34
Version Actuelle 1.0.0
Dernière Mise à Jour 2015-12-04
Date de Publication 2015-12-04
Évaluation 5.00/5 Total 4 Évaluations
Développeur ungoldman
Type de Paiement free
Site Web de l'Extension https://github.com/ngoldman/no-moments
Langues Prises en Charge 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"
            ]
        }
    ]
}