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.」です。
拡張機能のスクリーンショット
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.
拡張機能の基本情報
名前 | |
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" ] } ] } |