No Moments for Twitter

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

No Moments for Twitter là gì?

No Moments for Twitter là một tiện ích mở rộng Chrome được phát triển bởi ungoldman, và tính năng chính của nó là "A chrome extension that hides the Moments button on the Twitter website.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng No Moments for Twitter

Tải xuống các tệp mở rộng No Moments for Twitter dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên No Moments for Twitter No Moments for Twitter
ID kenlkkgfablehdjlhidnacobagpcbmcp
URL Chính Thức https://chrome.google.com/webstore/detail/no-moments-for-twitter/kenlkkgfablehdjlhidnacobagpcbmcp
Mô tả A chrome extension that hides the Moments button on the Twitter website.
Kích Thước Tệp 30.76 KB
Số Lần Cài Đặt 34
Phiên Bản Hiện Tại 1.0.0
Cập Nhật Lần Cuối 2015-12-04
Ngày Phát Hành 2015-12-04
Đánh Giá 5.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển ungoldman
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/ngoldman/no-moments
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}