No Moments for Twitter

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

Hvad er No Moments for Twitter?

No Moments for Twitter er en Chrome-udvidelse udviklet af ungoldman, og dens hovedfunktion er "A chrome extension that hides the Moments button on the Twitter website.".

Udvidelsesskærmbilleder

screenshot
screenshot

Download No Moments for Twitter-udvidelses-CRX-fil

Download No Moments for Twitter-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn No Moments for Twitter No Moments for Twitter
ID kenlkkgfablehdjlhidnacobagpcbmcp
Officiel URL https://chrome.google.com/webstore/detail/no-moments-for-twitter/kenlkkgfablehdjlhidnacobagpcbmcp
Beskrivelse A chrome extension that hides the Moments button on the Twitter website.
Filstørrelse 30.76 KB
Antal Installationer 34
Nuværende Version 1.0.0
Senest Opdateret 2015-12-04
Udgivelsesdato 2015-12-04
Bedømmelse 5.00/5 Samlet 4 Bedømmelser
Udvikler ungoldman
Betalingsmetode free
Udvidelseswebsted https://github.com/ngoldman/no-moments
Understøttede Sprog 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"
            ]
        }
    ]
}