Kill Twitter
Gets rid of Twitter news feed.
Kill Twitterとは何ですか?
Kill TwitterはNabeel Qureshiによって開発されたChromeの拡張機能で、その主な機能は「Gets rid of Twitter news feed.」です。
拡張機能のスクリーンショット
Kill Twitter拡張機能のCRXファイルをダウンロード
Kill Twitter拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
I wrote this extension to stop myself from wasting time on Twitter. It worked. The extension kills the news feed and adds a message telling you to go do some work. It also removes the "Moments" tab, but keeps your notifications and messages tabs. No more wasting time on Twitter. No more getting distracted when you log on to send a message. It's that simple.
拡張機能の基本情報
名前 | Kill Twitter |
ID | ndblfolgapkbmjgfodhcpfpekoelkhln |
公式URL | https://chromewebstore.google.com/detail/kill-twitter/ndblfolgapkbmjgfodhcpfpekoelkhln |
説明 | Gets rid of Twitter news feed. |
ファイルサイズ | 61.34 KB |
インストール数 | 48 |
現在のバージョン | 1.0.0 |
最終更新日 | 2018-03-28 |
公開日 | 2018-03-28 |
評価 | 3.67/5 合計 6 レビュー |
開発者 | Nabeel Qureshi |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Kill Twitter", "version": "1.0.0", "description": "Gets rid of Twitter news feed.", "content_scripts": [ { "matches": [ "*:\/\/*.twitter.com\/*" ], "js": [ "jquery.min.js", "kill_twitter.js" ], "run_at": "document_start" } ], "manifest_version": 2 } |