No Moments for Twitter

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

Что такое No Moments for Twitter?

No Moments for Twitter - это расширение Chrome, разработанное ungoldman, и его основная функция - "A chrome extension that hides the Moments button on the Twitter website.".

Снимки экрана расширения

screenshot
screenshot

Скачать файл CRX расширения No Moments for Twitter

Скачайте файлы расширений 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"
            ]
        }
    ]
}