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 | 
| Eメール | [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"
            ]
        }
    ]
}  |  |