Remove Twitter Moments
Removes Twitter's 'Moments' navigation button.
什么是Remove Twitter Moments?
Remove Twitter Moments是由Ed开发的Chrome扩展程序,该扩展的主要功能是“Removes Twitter's 'Moments' navigation button.”。
扩展截图
下载Remove Twitter Moments扩展crx文件
下载Remove Twitter Moments扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
                        A simple Chrome extension to remove the Twitter 'Moment's navigation bar button.                     扩展基本信息
| 名称 |   |  
| ID | ahgkojcohophkbdipjagnobbdabmhmdm | 
| 官方URL | https://chromewebstore.google.com/detail/remove-twitter-moments/ahgkojcohophkbdipjagnobbdabmhmdm | 
| 简介 | Removes Twitter's 'Moments' navigation button. | 
| 文件大小 | 9.48 KB | 
| 安装次数 | 109 | 
| 当前版本 | 1.1.0 | 
| 更新时间 | 2015-12-14 | 
| 上架时间 | 2015-12-13 | 
| 评分 | 4.38/5 共8次评分 | 
| 开发者 | Ed | 
| 电子邮箱 | [email protected] | 
| 付费类型 | free | 
| 扩展官网 | https://github.com/ed-flanagan/remove-moments | 
| 帮助页面URL | https://github.com/ed-flanagan/remove-moments/issues | 
| 支持的语言 | en | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Remove Twitter Moments",
    "short_name": "Stop Moments",
    "description": "Removes Twitter's 'Moments' navigation button.",
    "version": "1.1.0",
    "version_name": "1.1.0",
    "homepage_url": "https:\/\/github.com\/ed-flanagan\/remove-moments",
    "author": "Ed Flanagan",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "offline_enabled": false,
    "permissions": [
        "http:\/\/twitter.com\/*",
        "https:\/\/twitter.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/twitter.com\/*",
                "https:\/\/twitter.com\/*"
            ],
            "run_at": "document_end",
            "all_frames": false,
            "css": [
                "remove.css"
            ]
        }
    ]
}  |  |