No Moments for Twitter

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

什麼是No Moments for Twitter?

No Moments for Twitter是由ungoldman開發的Chrome擴展程式,該擴展的主要功能是“A chrome extension that hides the Moments button on the Twitter website.”。

擴展截圖

screenshot
screenshot

下載No Moments for Twitter擴展crx文件

下載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
官方網址 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"
            ]
        }
    ]
}